hello everybody,
i'm starting on telemac-2d and i try to install it in scalar mode with the gfortran compiler and the python scripting language. I have installed both, adding path to the environment variables but i haven't found any clue concerning the "systel.cfg" configuration on the forum. I got the following errors while trying to compile:
Building the who calls who tree for HOMERE_TELEMAC2D and dependents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gfortran.exe /c /Ot /iface:cref /iface:nomixed_str_len_arg /nologo /names:upperc
ase /convert:big_endian /extend_source:132 /include:C:\TELEMAC\V6P1\telemac2d\te
l2d_v6p1\wintel64s /include:C:\TELEMAC\V6P1\sisyphe\sisyphe_v6p1\wintel64s /incl
ude:C:\TELEMAC\V6P1\tomawac\toma_v6p1\wintel64s /include:C:\TELEMAC\V6P1\bief\bi
ef_v6p1\wintel64s /include:C:\TELEMAC\V6P1\damocles\damo_v6p1\wintel64s /include
:C:\TELEMAC\V6P1\mumpsvoid\mumpsvoid_v6p1\wintel64s /include:C:\TELEMAC\V6P1\par
avoid\paravoid_v6p1\wintel64s /include:C:\TELEMAC\V6P1\special\special_v6p1\wint
el64s bief_def.f
gfortran.exe: erreur: /c: No such file or directory
gfortran.exe: erreur: /Ot: No such file or directory
gfortran.exe: erreur: /iface:cref: No such file or directory
gfortran.exe: erreur: /iface:nomixed_str_len_arg: No such file or directory
gfortran.exe: erreur: /nologo: No such file or directory
gfortran.exe: erreur: /names:uppercase: No such file or directory
gfortran.exe: erreur: /convert:big_endian: No such file or directory
gfortran.exe: erreur: /extend_source:132: No such file or directory
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\telemac2d\tel2d_v6p1\wintel64s: I
nvalid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\sisyphe\sisyphe_v6p1\wintel64s: I
nvalid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\tomawac\toma_v6p1\wintel64s: Inva
lid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\bief\bief_v6p1\wintel64s: Invalid
argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\damocles\damo_v6p1\wintel64s: Inv
alid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\mumpsvoid\mumpsvoid_v6p1\wintel64
s: Invalid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\paravoid\paravoid_v6p1\wintel64s:
Invalid argument
gfortran.exe: erreur: /include:C:\TELEMAC\V6P1\special\special_v6p1\wintel64s: I
nvalid argument
I'd like to know and understand what should be written in the cmd_obj, cmd_lib and cmd_exe to make it works.
Here is my systel.cfg configuration:
[Configurations]
configs: wintel64s
#
# _____ ______________________________________
# ____/ windows intel scalar /_____________________________________/
[wintel64s]
#
root: C:\TELEMAC\V6P1
version: v6p1
language: 2
modules: update system
options:
#
cmd_obj: gfortran.exe /c /Ot /iface:cref /iface:nomixed_str_len_arg /nologo /names:uppercase /convert:big_endian /extend_source:132 <mods> <incs> <f95name>
cmd_lib: ar cru /nologo /out: <libname> <objs>
cmd_exe: gfortran /nologo /subsystem:console /stack:536870912 /out:<exename> <objs> <libs>
#
mods_all: /include:<config>
#
val_dir: validation
val_exe:
#
sfx_zip: .zip
sfx_lib: .lib
sfx_obj: .obj
sfx_mod: .mod
sfx_exe: .exe
Thank you for your help,
Max.