1
1

You cannot include both pmi.h and pmi2.h as they have conflicting defines in them.

Thanks to Kilian Cavalotti for pointing it out

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2017-03-19 11:53:54 -07:00
родитель ce0e1cd32c
Коммит 4b6d220a83

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

@ -30,7 +30,6 @@
#include "pmi2_pmap_parser.h"
#include <string.h>
#include <pmi.h>
#include <pmi2.h>
#include "opal/mca/pmix/base/base.h"