The problem is using the mpirun cammand on several homogenous CYGWIN-installed machines each with 1 processor (dual-core)!
The n0 (host) work fine alone using c0 and c1.
However extending the mpirun command with c2 and c3 for example, I receive the following reply from the n1 computer:
mpirun: cannot start /cygdrive/c...../xxx_run on n1: No such file or directory
A solution: If I copy the xxx_run program to the n1 computer, the application works fine.
But shoudn't it all be on the n0 computer and the n1 computer should only be using its RAM/CPU?
For the moment I use the folloing mpirun options with sucess
mpirun -v -O -D c0 c1 xxx_run
If I use the folloing mpirun options
mpirun -v -O -D c0 c1 c2 c3 xxx_run
the program does not execute on the n1 computer and message above appears!
Regards
PBSolibakke
Associate Professor dr.oecon P.B.Solibakke
Molde University College
Phone: +4790035606 ; fax: +4794760843
E-mail: per.b.solibakke_at_[hidden]
|