1
1

use consistent "hex" format for jobid in registrations

This commit was SVN r2994.
Этот коммит содержится в:
Tim Woodall 2004-10-08 17:00:57 +00:00
родитель 96b3c503f9
Коммит 76f98a54d8

Просмотреть файл

@ -233,7 +233,7 @@ main(int argc, char *argv[])
* register to monitor the startup and shutdown processes
*/
/* setup segment for this job */
asprintf(&segment, "ompi-job-%d", new_jobid);
asprintf(&segment, "ompi-job-%X", new_jobid);
/* register a synchro on the segment so we get notified when everyone registers */
rc = ompi_registry.synchro(