I am running an easy Fortran 90 program (Hello world) with MPI.
The compilation works fine, if I run ./a.out
I get the message, but as soon as I run
$mpiexec -n 1 exec ./a.out
I get two errors:
channel initialization failed
and
gethostbyname failed
Here is a screenshot. If I run a similar Python script what I get is this error.