Hi I am trying to run simple hello world program on cluster nodes. I am running it by following command but getting errors:
Command: /usr/lib64/mpich/bin/mpirun -n 4 -f host_file ./mpi_hello_world
errors:
Before running the command I am setting variables MPIRUN =mpi diretory and MPI_HOSTS=host_file. The "host_file" has four nodes and they can ssh to each other without password.
MPICH version I am running is: 3.0.4. The MPI code is attached.
Any help to solve the problem please?