Add another attribute to the orte_proc_t area
This commit was SVN r31953.
Этот коммит содержится в:
родитель
40d2c75046
Коммит
34cb137314
@ -215,6 +215,8 @@ const char *orte_attr_key_to_str(orte_attribute_key_t key)
|
||||
return "PROC-NODENAME";
|
||||
case ORTE_PROC_CGROUP:
|
||||
return "PROC-CGROUP";
|
||||
case ORTE_PROC_NBEATS:
|
||||
return "PROC-NBEATS";
|
||||
|
||||
default:
|
||||
return "UNKNOWN-KEY";
|
||||
|
@ -148,6 +148,7 @@ typedef uint16_t orte_proc_flags_t;
|
||||
#define ORTE_PROC_SNAP_LOC (ORTE_PROC_START_KEY + 11) // string - snapshot location
|
||||
#define ORTE_PROC_NODENAME (ORTE_PROC_START_KEY + 12) // string - node where proc is located, used only by tools
|
||||
#define ORTE_PROC_CGROUP (ORTE_PROC_START_KEY + 13) // string - name of cgroup this proc shall be assigned to
|
||||
#define ORTE_PROC_NBEATS (ORTE_PROC_START_KEY + 14) // int32 - number of heartbeats in current window
|
||||
|
||||
#define ORTE_PROC_MAX_KEY 400
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user