Recently I want to run mpi programs but under Omnet++ environment.
I create a two hosts structure and address is 192.168.0.1 and 192.168.0.2.
Then I run my MPI programs, just a helloworld with long loop
I type as followings:
mpiexec -host 2 192.168.0.1 192.168.0.2 -np 2 ./helloworld.out
but it has the error:
mpiexec:unable to start all procs;may have invalid machine names
remaining specified hosts:
0.0.0.2
Can some one give me some help??
Tim