Hi,
I'm attempting to run Telemac 3d in parallel on Windows 7, but am running into the following error:
Running your simulation(s) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\opentelemac-mascaret\mpich2\bin\mpiexec.exe -wdir Q:\Jobs\2015\1155QPIL\TELEM
AC\testflume\flume_test.cas_2016-03-29-18h06min56s -n 4 out_src_edits_testflume.
exe
MASTER PROCESSOR NUMBER 0 OF THE GROUP OF 4
P_INIT: FILE PARAL NOT FOUND
job aborted:
rank: node: exit code[: error message]
0: CFD42.aldenlab.com: 0: process 0 exited without calling finalize
1: CFD42.aldenlab.com: 123
2: CFD42.aldenlab.com: 123
3: CFD42.aldenlab.com: 123
_____________
runcode::main:
:
|runCode: Fail to run
|C:\opentelemac-mascaret\mpich2\bin\mpiexec.exe -wdir Q:\Jobs\2015\1155QPIL\T
ELEMAC\testflume\flume_test.cas_2016-03-29-18h06min56s -n 4 out_src_edits_testfl
ume.exe
|~~~~~~~~~~~~~~~~~~
|
|~~~~~~~~~~~~~~~~~~
What's confusing is the PARAL file does indeed exist in the temp folder, "flume_test.cas_2016-03-29-18h06min56s." It's like a path name to PARAL is messed up somewhere. I've attempted to modify the path name in p_init.f, but that didn't help (changed INQUIRE(FILE='./PARAL',EXIST=YAPARA) to INQUIRE(FILE='PARAL',EXIST=YAPARA) has was suggested in an older post).
I've compiled the code with the attached configuration file and specified option "win7-gfor-mpi." I have no problem running in serial with option "win7gfors".
Any idea what could be going on?
Thanks in advance!
-Ben