Re: [mpich-discuss] problem on configuring MPI with slurm
Looks like the slurm path is not correct. MPICH will automatically detect slurm and use slurm capabilities. Could you try again with just “--with-pmi=slurm --with-pm=no”, and no “--with-slurm=/usr/local/slurm”? — Huiwei Lu Postdoc Appointee Mathematics and Computer Science Division, Argonne National Laboratory http://www.mcs.anl.gov/~huiweilu/ On May 19, 2014, at 7:06 PM, 朱学明 <[email protected]> wrote:
Hello,
I am trying to install MPICH-3.1 on our linux server with Slurm 1.2.25. I configured it with the command as follow,
./configure --prefix=/zhuxm/mpich-3.1 CC=icc CXX=icpc F77=ifort FC=ifort -enable-fast=all,O3 -enable-shared --with-rdma=gen2 --with-pmi=slurm --with-pm=no --with-slurm=/usr/local/slurm --with-ib-include=/usr/local/ib_hpc/include --with-ib-libpath=/usr/local/ib_hpc/lib64 --with-ch3-rank-bits=32 --without-mpe --without-hwloc --disable-rdma-cm -disable-fuse 2>&1 |tee config-min.log
Then I have got the error messages as follow,
Checking slurm/pmi.h usability ... no
Checking slurm/pmi.h presence... no
Checking for slurm/pmi.h... no
configure: error: could not find slurm/pmi.h. Configure aborted
Can you give mu any suggestion how to figure out the issue? Thanks.
-- Xueming Zhu 朱学明 Key Laboratory of Research on Marine Hazards Forecasting (LoMF), SOA National Marine Environmental Forecasting Center (NMEFC) No.8 Dahuisi Road, Haidian District, Beijing, 100081 People's Republic of China Tel: +86-10-82481923 _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Lu, Huiwei