- Rather have 0xff instead of 0Xff...
This commit was SVN r20769.
Этот коммит содержится в:
родитель
b29da4744f
Коммит
0b59a59129
@ -38,7 +38,7 @@ typedef uint8_t orte_ns_cmp_bitmask_t; /**< Bit mask for comparing process nam
|
||||
#define ORTE_NS_CMP_NONE 0x00
|
||||
#define ORTE_NS_CMP_JOBID 0x02
|
||||
#define ORTE_NS_CMP_VPID 0x04
|
||||
#define ORTE_NS_CMP_ALL 0Xff
|
||||
#define ORTE_NS_CMP_ALL 0xff
|
||||
|
||||
/* useful define to print name args in output messages */
|
||||
ORTE_DECLSPEC char* orte_util_print_name_args(const orte_process_name_t *name);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user