Skip to content
Advertisement

Tag: openmpi

Open MPI error when setting up a cluster with more than 3 hosts

We cannot run a program in a Open MPI cluster with more than 3 machines. If we run: it works. If we run: We get the following error: Despite of the fact that it looks like a name resolution error, it is not, because slave5 works on the first command. We’ve seen other people reporting the same error without any

Problems running MPI (OpenMPI) app on Linux on ARM

I am trying to follow this tutorial for building and running an MPI application on an ARM based Ubuntu 11.10 system. When installing open-mpi environment on my PC machine, the sample program runs well. However, trying the same on the ARM machine, the terminal hangs up and I need to kill the MPI process from a second terminal in order

Advertisement