1
1

Add a marker for the max attr value being used by ORTE so that other, higher-levels can also use the attribute system

Этот коммит содержится в:
Ralph Castain 2014-11-18 08:47:55 -08:00
родитель da462c4c25
Коммит 37593b232d

Просмотреть файл

@ -160,6 +160,8 @@ typedef uint16_t orte_proc_flags_t;
#define ORTE_PROC_MAX_KEY 400
#define ORTE_MAX_ATTR_KEY 1000
/*** FLAG OPS ***/
#define ORTE_FLAG_SET(p, f) ((p)->flags |= (f))