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
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
>
>
>
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