use consistent "hex" format for jobid in registrations
This commit was SVN r2994.
Этот коммит содержится в:
родитель
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(
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user