Hi,

I've been trying to install PMIx external to OpenMPI, with separate
libevent and hwloc. My configuration script is

 ./configure --prefix=<path-to-openmpi> --with-platform=optimized
--with-pmix=<path-to-pmix> --with-libevent=<path-to-libevent>
--with-hwloc=<path-to-hwloc>.

This is done successfully. When I 'make' it, I get the following error

Making all in mca/pmix/external
  CC       mca_pmix_external_la-pmix_ext_component.lo
In file included from pmix_ext_component.c:24:
./pmix_ext.h:31:10: fatal error: 'pmix/pmix_common.h' file not found
#include "pmix/pmix_common.h"
         ^
1 error generated.
make[2]: *** [mca_pmix_external_la-pmix_ext_component.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

When I have given the path to the external PMIx, why is this error popping
up. Appreciate any help in resolving it.

Cheers,
Marc
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to