Hi all !
We just tried a new installation of v7p1 on a new computer (Windows 7 virtual machine).
The compilation was made with the following cfg file :
# _____ _______________________________
# ____/ TELEMAC Project Definitions /______________________________/
#
[Configurations]
configs: wing64mpi
#
#
# _____ ____________________________________
# ____/ Windows gfortran parallel /___________________________________/
[wing64mpi]
#
root: C:\opentelemac-mascaret\v7p1
version:v7p1
language: 2
modules: system-dredgesim
#
mpi_cmdexec: C:\opentelemac-mascaret\mpich2\bin\mpiexec.exe -wdir <wdir> -n <ncsize> <exename>
mpi_hosts:
#
cmd_obj: gfortran -c -O3 -fconvert=big-endian -DHAVE_MPI -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>
#
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\metis\lib\libmetis.a
libs_all: C:\opentelemac-mascaret\mpich2\lib\libfmpich2g.a
#
#
sfx_zip: .zip
sfx_lib: .lib
sfx_obj: .o
sfx_mod: .mod
sfx_exe: .exe
#
val_root: <root>\examples
val_rank: all
There is no particular message during installation but when we tried to launch a test case, it seems that something goes wrong :
- Loading Option and Configuration -> OK
- Running your CAS file for... -> OK
- Running your simulations -> NOK
The screen print the telemac2d-v7p1 logo but nothing doesn't happen anymore. There is no messages on screen nor on SORTIE file that could help us debug...
Thank you for your help.