ORTE_PROC_START_KEY  187 orte/util/attr.h #define ORTE_PROC_NOBARRIER       (ORTE_PROC_START_KEY +  1)           // bool  - indicates proc should not barrier in orte_init
ORTE_PROC_START_KEY  188 orte/util/attr.h #define ORTE_PROC_CPU_BITMAP      (ORTE_PROC_START_KEY +  2)           // string - string representation of cpu bindings
ORTE_PROC_START_KEY  189 orte/util/attr.h #define ORTE_PROC_HWLOC_LOCALE    (ORTE_PROC_START_KEY +  3)           // opal_ptr (hwloc_obj_t) = pointer to object where proc was mapped
ORTE_PROC_START_KEY  190 orte/util/attr.h #define ORTE_PROC_HWLOC_BOUND     (ORTE_PROC_START_KEY +  4)           // opal_ptr (hwloc_obj_t) = pointer to object where proc was bound
ORTE_PROC_START_KEY  191 orte/util/attr.h #define ORTE_PROC_PRIOR_NODE      (ORTE_PROC_START_KEY +  5)           // void* - pointer to orte_node_t where this proc last executed
ORTE_PROC_START_KEY  192 orte/util/attr.h #define ORTE_PROC_NRESTARTS       (ORTE_PROC_START_KEY +  6)           // int32 - number of times this process has been restarted
ORTE_PROC_START_KEY  193 orte/util/attr.h #define ORTE_PROC_RESTART_TIME    (ORTE_PROC_START_KEY +  7)           // timeval - time of last restart
ORTE_PROC_START_KEY  194 orte/util/attr.h #define ORTE_PROC_FAST_FAILS      (ORTE_PROC_START_KEY +  8)           // int32 - number of failures in "fast" window
ORTE_PROC_START_KEY  195 orte/util/attr.h #define ORTE_PROC_CKPT_STATE      (ORTE_PROC_START_KEY +  9)           // size_t - ckpt state
ORTE_PROC_START_KEY  196 orte/util/attr.h #define ORTE_PROC_SNAPSHOT_REF    (ORTE_PROC_START_KEY + 10)           // string - snapshot reference
ORTE_PROC_START_KEY  197 orte/util/attr.h #define ORTE_PROC_SNAPSHOT_LOC    (ORTE_PROC_START_KEY + 11)           // string - snapshot location
ORTE_PROC_START_KEY  198 orte/util/attr.h #define ORTE_PROC_NODENAME        (ORTE_PROC_START_KEY + 12)           // string - node where proc is located, used only by tools
ORTE_PROC_START_KEY  199 orte/util/attr.h #define ORTE_PROC_CGROUP          (ORTE_PROC_START_KEY + 13)           // string - name of cgroup this proc shall be assigned to
ORTE_PROC_START_KEY  200 orte/util/attr.h #define ORTE_PROC_NBEATS          (ORTE_PROC_START_KEY + 14)           // int32 - number of heartbeats in current window