[OMPI users] ORTE daemon error

2016-07-21 Thread Steven Lo
I'm a newbie to openmpi. We have openmpi 1.10.2 running on RHEL 7 server. When we submit job using "mpirun --mca oob_tcp_if_include ib0 -np 48 ./testjob" via slurm version 16.05.2, we get the following error: -- An ORTE da

Re: [OMPI users] ORTE daemon error

2016-07-21 Thread Gilles Gouaillardet
Hi, common errors are - you are mix different openmpi versions (e.g. mpirun 1.10.2 and orted 2.0.0) => check your PATH and LD_LIBRARY_PATH do not contain openmpi 2.0.0 directories => if not already done, configure openmpi with --enable-mpirun-prefix-by-default => try to run `whic