--
-Andrew Louie :wq
--雷恩銘
>> > C:\Program Files\MPICH2\bin\mpiexec.exe" -wdir C:\MPITEST -hosts 2
>> > fds1 fds2 -noprompt C:\MPITEST\fds5_mpi.exe opg1.fds
Try using the network path name instead of the local name:
Instead of: "C:\WORKING_DIR" use "\\HOSTNAME\WORKING_DIR"
In your case:
instead of "C:\MPITEST" use "\\fds1\MPITEST"
Obivously make sure the folder "MPITEST" is shared and that the other
computer can access it.
mpiexec will simply pass the directory name to the other machines, and
the other machines will look on their own "C:\MPITEST" folders for the
required files, you want them to look for the files on the original
machine, fds1.
you should make this same change for the "C:\MPITEST\fds5_mpi.exe"
I think this should work.
2008/6/25 SteveG <stev...@gmail.com>:
--
-Andrew Louie :wq
--雷恩銘