OPAL_ERR_BASE      29 opal/include/opal/constants.h     OPAL_SUCCESS                            = (OPAL_ERR_BASE),
OPAL_ERR_BASE      31 opal/include/opal/constants.h     OPAL_ERROR                              = (OPAL_ERR_BASE -  1),
OPAL_ERR_BASE      32 opal/include/opal/constants.h     OPAL_ERR_OUT_OF_RESOURCE                = (OPAL_ERR_BASE -  2), /* fatal error */
OPAL_ERR_BASE      33 opal/include/opal/constants.h     OPAL_ERR_TEMP_OUT_OF_RESOURCE           = (OPAL_ERR_BASE -  3), /* try again later */
OPAL_ERR_BASE      34 opal/include/opal/constants.h     OPAL_ERR_RESOURCE_BUSY                  = (OPAL_ERR_BASE -  4),
OPAL_ERR_BASE      35 opal/include/opal/constants.h     OPAL_ERR_BAD_PARAM                      = (OPAL_ERR_BASE -  5),  /* equivalent to MPI_ERR_ARG error code */
OPAL_ERR_BASE      36 opal/include/opal/constants.h     OPAL_ERR_FATAL                          = (OPAL_ERR_BASE -  6),
OPAL_ERR_BASE      37 opal/include/opal/constants.h     OPAL_ERR_NOT_IMPLEMENTED                = (OPAL_ERR_BASE -  7),
OPAL_ERR_BASE      38 opal/include/opal/constants.h     OPAL_ERR_NOT_SUPPORTED                  = (OPAL_ERR_BASE -  8),
OPAL_ERR_BASE      39 opal/include/opal/constants.h     OPAL_ERR_INTERRUPTED                    = (OPAL_ERR_BASE -  9),
OPAL_ERR_BASE      40 opal/include/opal/constants.h     OPAL_ERR_WOULD_BLOCK                    = (OPAL_ERR_BASE - 10),
OPAL_ERR_BASE      41 opal/include/opal/constants.h     OPAL_ERR_IN_ERRNO                       = (OPAL_ERR_BASE - 11),
OPAL_ERR_BASE      42 opal/include/opal/constants.h     OPAL_ERR_UNREACH                        = (OPAL_ERR_BASE - 12),
OPAL_ERR_BASE      43 opal/include/opal/constants.h     OPAL_ERR_NOT_FOUND                      = (OPAL_ERR_BASE - 13),
OPAL_ERR_BASE      44 opal/include/opal/constants.h     OPAL_EXISTS                             = (OPAL_ERR_BASE - 14), /* indicates that the specified object already exists */
OPAL_ERR_BASE      45 opal/include/opal/constants.h     OPAL_ERR_TIMEOUT                        = (OPAL_ERR_BASE - 15),
OPAL_ERR_BASE      46 opal/include/opal/constants.h     OPAL_ERR_NOT_AVAILABLE                  = (OPAL_ERR_BASE - 16),
OPAL_ERR_BASE      47 opal/include/opal/constants.h     OPAL_ERR_PERM                           = (OPAL_ERR_BASE - 17), /* no permission */
OPAL_ERR_BASE      48 opal/include/opal/constants.h     OPAL_ERR_VALUE_OUT_OF_BOUNDS            = (OPAL_ERR_BASE - 18),
OPAL_ERR_BASE      49 opal/include/opal/constants.h     OPAL_ERR_FILE_READ_FAILURE              = (OPAL_ERR_BASE - 19),
OPAL_ERR_BASE      50 opal/include/opal/constants.h     OPAL_ERR_FILE_WRITE_FAILURE             = (OPAL_ERR_BASE - 20),
OPAL_ERR_BASE      51 opal/include/opal/constants.h     OPAL_ERR_FILE_OPEN_FAILURE              = (OPAL_ERR_BASE - 21),
OPAL_ERR_BASE      52 opal/include/opal/constants.h     OPAL_ERR_PACK_MISMATCH                  = (OPAL_ERR_BASE - 22),
OPAL_ERR_BASE      53 opal/include/opal/constants.h     OPAL_ERR_PACK_FAILURE                   = (OPAL_ERR_BASE - 23),
OPAL_ERR_BASE      54 opal/include/opal/constants.h     OPAL_ERR_UNPACK_FAILURE                 = (OPAL_ERR_BASE - 24),
OPAL_ERR_BASE      55 opal/include/opal/constants.h     OPAL_ERR_UNPACK_INADEQUATE_SPACE        = (OPAL_ERR_BASE - 25),
OPAL_ERR_BASE      56 opal/include/opal/constants.h     OPAL_ERR_UNPACK_READ_PAST_END_OF_BUFFER = (OPAL_ERR_BASE - 26),
OPAL_ERR_BASE      57 opal/include/opal/constants.h     OPAL_ERR_TYPE_MISMATCH                  = (OPAL_ERR_BASE - 27),
OPAL_ERR_BASE      58 opal/include/opal/constants.h     OPAL_ERR_OPERATION_UNSUPPORTED          = (OPAL_ERR_BASE - 28),
OPAL_ERR_BASE      59 opal/include/opal/constants.h     OPAL_ERR_UNKNOWN_DATA_TYPE              = (OPAL_ERR_BASE - 29),
OPAL_ERR_BASE      60 opal/include/opal/constants.h     OPAL_ERR_BUFFER                         = (OPAL_ERR_BASE - 30),
OPAL_ERR_BASE      61 opal/include/opal/constants.h     OPAL_ERR_DATA_TYPE_REDEF                = (OPAL_ERR_BASE - 31),
OPAL_ERR_BASE      62 opal/include/opal/constants.h     OPAL_ERR_DATA_OVERWRITE_ATTEMPT         = (OPAL_ERR_BASE - 32),
OPAL_ERR_BASE      63 opal/include/opal/constants.h     OPAL_ERR_MODULE_NOT_FOUND               = (OPAL_ERR_BASE - 33),
OPAL_ERR_BASE      64 opal/include/opal/constants.h     OPAL_ERR_TOPO_SLOT_LIST_NOT_SUPPORTED   = (OPAL_ERR_BASE - 34),
OPAL_ERR_BASE      65 opal/include/opal/constants.h     OPAL_ERR_TOPO_SOCKET_NOT_SUPPORTED      = (OPAL_ERR_BASE - 35),
OPAL_ERR_BASE      66 opal/include/opal/constants.h     OPAL_ERR_TOPO_CORE_NOT_SUPPORTED        = (OPAL_ERR_BASE - 36),
OPAL_ERR_BASE      67 opal/include/opal/constants.h     OPAL_ERR_NOT_ENOUGH_SOCKETS             = (OPAL_ERR_BASE - 37),
OPAL_ERR_BASE      68 opal/include/opal/constants.h     OPAL_ERR_NOT_ENOUGH_CORES               = (OPAL_ERR_BASE - 38),
OPAL_ERR_BASE      69 opal/include/opal/constants.h     OPAL_ERR_INVALID_PHYS_CPU               = (OPAL_ERR_BASE - 39),
OPAL_ERR_BASE      70 opal/include/opal/constants.h     OPAL_ERR_MULTIPLE_AFFINITIES            = (OPAL_ERR_BASE - 40),
OPAL_ERR_BASE      71 opal/include/opal/constants.h     OPAL_ERR_SLOT_LIST_RANGE                = (OPAL_ERR_BASE - 41),
OPAL_ERR_BASE      72 opal/include/opal/constants.h     OPAL_ERR_NETWORK_NOT_PARSEABLE          = (OPAL_ERR_BASE - 42),
OPAL_ERR_BASE      73 opal/include/opal/constants.h     OPAL_ERR_SILENT                         = (OPAL_ERR_BASE - 43),
OPAL_ERR_BASE      74 opal/include/opal/constants.h     OPAL_ERR_NOT_INITIALIZED                = (OPAL_ERR_BASE - 44),
OPAL_ERR_BASE      75 opal/include/opal/constants.h     OPAL_ERR_NOT_BOUND                      = (OPAL_ERR_BASE - 45),
OPAL_ERR_BASE      76 opal/include/opal/constants.h     OPAL_ERR_TAKE_NEXT_OPTION               = (OPAL_ERR_BASE - 46),
OPAL_ERR_BASE      77 opal/include/opal/constants.h     OPAL_ERR_PROC_ENTRY_NOT_FOUND           = (OPAL_ERR_BASE - 47),
OPAL_ERR_BASE      78 opal/include/opal/constants.h     OPAL_ERR_DATA_VALUE_NOT_FOUND           = (OPAL_ERR_BASE - 48),
OPAL_ERR_BASE      79 opal/include/opal/constants.h     OPAL_ERR_CONNECTION_FAILED              = (OPAL_ERR_BASE - 49),
OPAL_ERR_BASE      80 opal/include/opal/constants.h     OPAL_ERR_AUTHENTICATION_FAILED          = (OPAL_ERR_BASE - 50),
OPAL_ERR_BASE      81 opal/include/opal/constants.h     OPAL_ERR_COMM_FAILURE                   = (OPAL_ERR_BASE - 51),
OPAL_ERR_BASE      82 opal/include/opal/constants.h     OPAL_ERR_SERVER_NOT_AVAIL               = (OPAL_ERR_BASE - 52),
OPAL_ERR_BASE      83 opal/include/opal/constants.h     OPAL_ERR_IN_PROCESS                     = (OPAL_ERR_BASE - 53),
OPAL_ERR_BASE      85 opal/include/opal/constants.h     OPAL_ERR_DEBUGGER_RELEASE               = (OPAL_ERR_BASE - 54),
OPAL_ERR_BASE      86 opal/include/opal/constants.h     OPAL_ERR_HANDLERS_COMPLETE              = (OPAL_ERR_BASE - 55),
OPAL_ERR_BASE      87 opal/include/opal/constants.h     OPAL_ERR_PARTIAL_SUCCESS                = (OPAL_ERR_BASE - 56),
OPAL_ERR_BASE      88 opal/include/opal/constants.h     OPAL_ERR_PROC_ABORTED                   = (OPAL_ERR_BASE - 57),
OPAL_ERR_BASE      89 opal/include/opal/constants.h     OPAL_ERR_PROC_REQUESTED_ABORT           = (OPAL_ERR_BASE - 58),
OPAL_ERR_BASE      90 opal/include/opal/constants.h     OPAL_ERR_PROC_ABORTING                  = (OPAL_ERR_BASE - 59),
OPAL_ERR_BASE      91 opal/include/opal/constants.h     OPAL_ERR_NODE_DOWN                      = (OPAL_ERR_BASE - 60),
OPAL_ERR_BASE      92 opal/include/opal/constants.h     OPAL_ERR_NODE_OFFLINE                   = (OPAL_ERR_BASE - 61),
OPAL_ERR_BASE      93 opal/include/opal/constants.h     OPAL_ERR_JOB_TERMINATED                 = (OPAL_ERR_BASE - 62),
OPAL_ERR_BASE      94 opal/include/opal/constants.h     OPAL_ERR_PROC_RESTART                   = (OPAL_ERR_BASE - 63),
OPAL_ERR_BASE      95 opal/include/opal/constants.h     OPAL_ERR_PROC_CHECKPOINT                = (OPAL_ERR_BASE - 64),
OPAL_ERR_BASE      96 opal/include/opal/constants.h     OPAL_ERR_PROC_MIGRATE                   = (OPAL_ERR_BASE - 65),
OPAL_ERR_BASE      97 opal/include/opal/constants.h     OPAL_ERR_EVENT_REGISTRATION             = (OPAL_ERR_BASE - 66),
OPAL_ERR_BASE      98 opal/include/opal/constants.h     OPAL_ERR_HEARTBEAT_ALERT                = (OPAL_ERR_BASE - 67),
OPAL_ERR_BASE      99 opal/include/opal/constants.h     OPAL_ERR_FILE_ALERT                     = (OPAL_ERR_BASE - 68),
OPAL_ERR_BASE     100 opal/include/opal/constants.h     OPAL_ERR_MODEL_DECLARED                 = (OPAL_ERR_BASE - 69),
OPAL_ERR_BASE     101 opal/include/opal/constants.h     OPAL_PMIX_LAUNCH_DIRECTIVE              = (OPAL_ERR_BASE - 70),
OPAL_ERR_BASE     102 opal/include/opal/constants.h     OPAL_OPERATION_SUCCEEDED                = (OPAL_ERR_BASE - 71)
OPAL_ERR_BASE     105 opal/include/opal/constants.h #define OPAL_ERR_MAX                (OPAL_ERR_BASE - 100)
OPAL_ERR_BASE     419 opal/runtime/opal_init.c                                    OPAL_ERR_BASE, OPAL_ERR_MAX, opal_err2str))) {