1
1

Merge pull request #5240 from rhc54/topic/foo

Correct typo in name comparison flags
Этот коммит содержится в:
Ralph Castain 2018-06-06 13:25:20 -07:00 коммит произвёл GitHub
родитель ce4d769aee 86d699d42e
Коммит 5853ebee1a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -58,7 +58,7 @@ typedef uint8_t ompi_rte_cmp_bitmask_t;
#define OMPI_RTE_CMP_NONE 0x00
#define OMPI_RTE_CMP_JOBID 0x02
#define OMPI_RTE_CMP_VPID 0x04
#define OMPI_RTE_CMP_ALL 0x04
#define OMPI_RTE_CMP_ALL 0x0f
#define OMPI_RTE_CMP_WILD 0x10
OMPI_DECLSPEC char* ompi_pmix_print_name(const ompi_process_name_t *name);