1
1

Finally ... the command was a uint16_t but was packed as an int8_t. That's always ZERO on a big endian

machine.

Anyway, strange enough the modification of this file trigger a recompiliation of nearly everything
in Open MPI !!!

This commit was SVN r7307.
Этот коммит содержится в:
George Bosilca 2005-09-12 09:43:34 +00:00
родитель 71b1cdb5f5
Коммит ca100f7c5d

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

@ -75,7 +75,7 @@ typedef size_t orte_jobid_t;
typedef size_t orte_cellid_t;
typedef size_t orte_vpid_t;
typedef uint8_t orte_ns_cmp_bitmask_t; /**< Bit mask for comparing process names */
typedef uint16_t orte_ns_cmd_flag_t;
typedef uint8_t orte_ns_cmd_flag_t;
struct orte_process_name_t {
orte_cellid_t cellid; /**< Cell number */