1
1

Remove a warnings introduced by the epoch commit.

This commit was SVN r25094.
This commit is contained in:
George Bosilca 2011-08-26 23:36:52 +00:00
parent 4e7ff0bd5e
commit fc1184c41f

View File

@ -508,7 +508,7 @@ int orte_dt_print_proc(char **output, char *prefix, orte_proc_t *src, opal_data_
ORTE_VPID_PRINT(src->name.vpid),
ORTE_EPOCH_PRINT(src->name.epoch));
#else
asprintf(&tmp, "\n%sProcess OMPI jobid: %s Process rank: %s Epoch: %s", pfx2,
asprintf(&tmp, "\n%sProcess OMPI jobid: %s Process rank: %s", pfx2,
ORTE_JOBID_PRINT(src->name.jobid),
ORTE_VPID_PRINT(src->name.vpid));
#endif