File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,11 @@ typedef uint32_t pmix_rank_t;
451
451
#define PMIX_PREFIX "pmix.prefix" // (char*) prefix to use for starting spawned procs
452
452
#define PMIX_WDIR "pmix.wdir" // (char*) working directory for spawned procs
453
453
#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
455
459
#define PMIX_PPR "pmix.ppr" // (char*) #procs to spawn on each identified resource
456
460
#define PMIX_MAPBY "pmix.mapby" // (char*) mapping policy
457
461
#define PMIX_RANKBY "pmix.rankby" // (char*) ranking policy
You can’t perform that action at this time.
0 commit comments