You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:/home# mpirun -n 1 echo 'test'
[localhost:18861] [[39202,0],0] unable to open debugger attach fifo
--------------------------------------------------------------------------
mpirun was unable to launch the specified application as it encountered an error:
Error: pipe function call failed when setting up I/O forwarding subsystem
Node: localhost
while attempting to start process rank 0.
--------------------------------------------------------------------------
Installing OpenMPI using the --disable-pty-support flag does not help.
wget https://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.gz
tar xzfv openmpi-1.10.2.tar.gz
cd open*
./configure --disable-pty-support
make all
make install
OpenMPI install without problem via:
But mpirun is not working:
Maybe related to #2?
The text was updated successfully, but these errors were encountered: