[OMPI users] error while running mpirun

2020-07-12 Thread Srijan Chatterjee via users
Dear Open MPI users, I am using the following system CentOS release 6.6 Rocks 6.2 I have been trying to install openmpi-3.1.3. After installing it, in the example folder if want to test run I got the following error I run command mpirun -np 1 hello_c [user@chimera examples]$ mpirun -np 1 hello_c

Re: [OMPI users] Any reason why I can't start an mpirun job from within an mpi process?

2020-07-12 Thread John Retterer via users
Doing the fork/exec with an environment that omitted the variables whose names started with either 'OMPI' or 'PMIX' did the trick. On Sat, Jul 11, 2020 at 6:04 PM John Retterer wrote: > Thank you, Ralph. I was afraid that was the reason it didn’t work but I > wanted to be sure. > >John > > >

Re: [OMPI users] error while running mpirun

2020-07-12 Thread Gilles Gouaillardet via users
Srijan, The logs suggest you explicitly request the btl/sm component, and this typically occurs via a openmpi-mca-params.conf (that contains a line such as btl = sm,openib,self), or the OMPI_MCA_btl environment variable Cheers, Gilles On Mon, Jul 13, 2020 at 1:50 AM Srijan Chatterjee via users