1
1
openmpi/ompi/errhandler
KAWASHIMA Takahiro 362445d486 Use same prefix format for [host:pid]
Hostname and PID are output as a message prefix in many places in
our code. Their printf-formats were either `[%s:%d]` or `[%s:%05d]`.
This commit changes `[%s:%d]` to `[%s:%05d]`. The latter was more
widely used in our code (including OPAL output system and the signal
handler).

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
2017-06-08 19:35:03 +09:00
..
errcode-internal.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errcode-internal.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errcode.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
errcode.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler_invoke.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler_predefined.c Use same prefix format for [host:pid] 2017-06-08 19:35:03 +09:00
errhandler_predefined.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
errhandler.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
help-mpi-errors.txt Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00