Hi,
With lots of help from the people in this forum I managed to compile the V 6.1 in WIN7 -32 bit using Intel Fortran compiler (using perl script).
It runs fine in serial mode. It also runs perfectly in parallel localonly mode. Problem occurs when I try to run it on multiple PCs. I ran into similar trouble with version 6.0 also.
The main bit of error looks like this:
** MPI MACHINE ***
MPI machine ok (with 6 processors).
______________________________________________________________________________
*** RUNNING ***
MPI launcher : mpiexec -file mpirun.txt
User credentials needed to launch processes:
account (domain\user) [GEOG\tpcv24]:
password:
launch failed: CreateProcess(\\server1\pgtemp$\JS\Steady\T:\JS\Steady\c
as528_tmp\out528_wintelmpi.exe) on 'Host1' failed, error 2 -
The system cannot find the file specified.
launch failed: CreateProcess(\\server1\pgtemp$\JS\Steady\T:\JS\Steady\c
as528_tmp\out528_wintelmpi.exe) on 'Host2' failed, error 2
- The system cannot find the file specified.
launch failed: CreateProcess(\\server1\pgtemp$\JS\Steady\T:\JS\Steady\c
as528_tmp\out528_wintelmpi.exe) on 'Host1' failed, error 2 -
The system cannot find the file specified.
launch failed: CreateProcess(\\server1\pgtemp$\JS\Steady\T:\JS\Steady\c
as528_tmp\out528_wintelmpi.exe) on 'Host2' failed, error 2
- The system cannot find the file specified.
launch failed: CreateProcess(\\server1\pgtemp$\JS\Steady\T:\JS\Steady\c
as528_tmp\out528_wintelmpi.exe) on 'Host1' failed, error 2
- The system cannot find the file specified.
Error posting readv, An established connection was aborted by the software in yo
ur host machine.(10053)
unable to post a read for the command string,
sock error: Error = 10053
Error posting readv, An established connection was aborted by the software in yo
ur host machine.(10053)
Duration of job : 7 seconds ( 0:0:7 ) (system=0 sec)
______________________________________________________________________________
*** FILES DELIVERY ***
- RESULTS FILE : i7XPTest1
ERROR : RESTITUTION FILE i7XPTest1
________________________________________________________
Execution finished: telemac2d.bat
________________________________________________________
No compilation/linking/file errors detected.
No execution errors detected.
'.' is not recognized as an internal or external command,
operable program or batch file.
## Error : System command failed for ./delete_cas528.bat :256
Can anybody suggest what could be the possible solution for this? Anybody who have successfully ran it on multiple PCs in windows may suggest me the exact configuration for the MPI part of the .ini file!
I am using MPI_RUN="mpiexec -file mpirun.txt" and commented out all other options on the participating PCs. is there anything wrong here?
Thanks and regards,
Joy