remove extra paren when --without-hwloc
This commit was SVN r28530.
Этот коммит содержится в:
родитель
3a372a65b8
Коммит
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_mapping(src->mapping),
|
||||||
orte_rmaps_base_print_ranking(src->ranking),
|
orte_rmaps_base_print_ranking(src->ranking),
|
||||||
(NULL == src->ppr) ? "NULL" : src->ppr,
|
(NULL == src->ppr) ? "NULL" : src->ppr,
|
||||||
(int)src->cpus_per_rank));
|
(int)src->cpus_per_rank);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (ORTE_VPID_INVALID == src->daemon_vpid_start) {
|
if (ORTE_VPID_INVALID == src->daemon_vpid_start) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user