I digged a bit the configury logic and found

./configure --prefix=/usr/local/ --with-cuda --with-slurm --with-pmi=/usr/local/slurm


should do the trick, if not


./configure --prefix=/usr/local/ --with-cuda --with-slurm --with-pmi=/usr/local/slurm --with-pmi-libdir=/usr/local/slurm/lib64


should work.


Internally, if we --with-pmi=FOO and FOO/pmi.h exists, when we do not set slurm_pmi_found=yes, and the opal_pmi{1,2}_CPPFLAGS do not get set.


Cheers,


Gilles


On 10/11/2018 7:02 AM, Charles A Taylor wrote:
./configure --prefix=/usr/local/ --with-cuda --with-slurm --with-pmi=/usr/local/slurm/include/slurm --with-pmi-libdir=/usr/local/slurm/lib64

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to