Hi,
I recently downloaded the latest version, v7p1r1, and am having trouble compiling the parallel version of the code on my Windows 7 machine. I was able compile the serial version without any issues by executing the following comand from the C:\opentelemac-mascaret\v7p1r1\scripts\python27 directory:
python compileTELEMAC.py -f C:\opentelemac-mascaret\v7p1r1\configs\systel.cis-windows7.cfg -c win7gforsdbg -r C:\opentelemac-mascaret\v7p1r1
When I try to do something similar for the parallel version using the parallel configuration using:
python compileTELEMAC.py -f C:\opentelemac-mascaret\v7p1r1\configs\systel.cis-windows7.cfg -c win7gforpdbg -r C:\opentelemac-mascaret\v7p1r1
I get a series of errors from "forking.py" stating "ImportError: No module named compiletelemac." I have not made any edits to systel.cis-windows7.cfg, other than to update the paths (from C:\opentelemac\... to C:\opentelemac-mascaret\...) under the win7gforpdbg configuration. I'm using the following text:
# ____/ windows 7 gfortran parallel debug /______________________________/
[win7gforpdbg]
#
cmd_obj: gfortran -c -g -DHAVE_MPI -fconvert=big-endian -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -lm -o <exename> <objs> <libs>
#
mpi_cmdexec: mpiexec.exe -wdir <wdir> -n <ncsize> <exename>
mpi_hosts:
#
mods_all: -I <config>
#
sfx_obj: .o
#
incs_parallel: -I C:\opentelemac-mascaret\mpich2\include
incs_special: -I C:\opentelemac-mascaret\mpich2\include
libs_partel: C:\opentelemac-mascaret\lib\metis-5.0.2\lib\libmetis.a
libs_all: C:\opentelemac-mascaret\mpich2\lib\libfmpich2g.a
Perhaps something else is wrong(?). Any insight would be appreciated!
Cheers,
Ben