remove extra paren when --without-hwloc
This commit was SVN r28530.
This commit is contained in:
parent
3a372a65b8
commit
93ba4247f8
@ -676,7 +676,7 @@ int orte_dt_print_map(char **output, char *prefix, orte_job_map_t *src, opal_dat
|
||||
orte_rmaps_base_print_mapping(src->mapping),
|
||||
orte_rmaps_base_print_ranking(src->ranking),
|
||||
(NULL == src->ppr) ? "NULL" : src->ppr,
|
||||
(int)src->cpus_per_rank));
|
||||
(int)src->cpus_per_rank);
|
||||
#endif
|
||||
|
||||
if (ORTE_VPID_INVALID == src->daemon_vpid_start) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user