Skip to content

Commit 195e36f

Browse files
committed
Add new attribute definitions to support display options
Signed-off-by: Ralph Castain <[email protected]>
1 parent 65df29a commit 195e36f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/pmix_common.h.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,11 @@ typedef uint32_t pmix_rank_t;
451451
#define PMIX_PREFIX "pmix.prefix" // (char*) prefix to use for starting spawned procs
452452
#define PMIX_WDIR "pmix.wdir" // (char*) working directory for spawned procs
453453
#define PMIX_WDIR_USER_SPECIFIED "pmix.wdir.user" // (bool) User specified the working directory
454-
#define PMIX_DISPLAY_MAP "pmix.dispmap" // (bool) display process map upon spawn
454+
#define PMIX_DISPLAY_MAP "pmix.dispmap" // (bool) display placement map upon spawn
455+
#define PMIX_DISPLAY_MAP_DETAILED "pmix.dispmapdet" // (bool) display a highly detailed placement map upon spawn
456+
#define PMIX_DISPLAY_ALLOCATION "pmix.dispalloc" // (bool) display the resource allocation
457+
#define PMIX_DISPLAY_TOPOLOGY "pmix.disptopo" // (char*) comma-delimited list of hosts whose topology is
458+
// to be displayed
455459
#define PMIX_PPR "pmix.ppr" // (char*) #procs to spawn on each identified resource
456460
#define PMIX_MAPBY "pmix.mapby" // (char*) mapping policy
457461
#define PMIX_RANKBY "pmix.rankby" // (char*) ranking policy

0 commit comments

Comments
 (0)