Kevin, I found a strange output during test_mpi, see screen capture below:
I use the old command to run "test_mpi" as shown in the screen capture.
Firstly, I put "1KQPL73" in the front and "CJQPL73" at the back, it return "Hello world" from "1KQPL73" only.
Secondly I test "CJQPL73" only, it return "Hello world" from "CJQPL73".
Thirdly, I put "
CJQPL73" in the front and "1KQPL73" at the back, it return "Hello world" from "1KQPL73" only.
The same output when I use this command "mpiexec -n 2 -f hostfile.txt test_mpi"
The contents in the hostfile.txt are as follows:
First
1KQPL73
CJQPL73
Second
CJQPL73
Third
CJQPL73
1KQPL73
So from the results above, does it mean that the MPI can connect to the network computer at least?