Hi,
Thank you for your answer! Indeed after adding '-fallow-invalid-boz' in my systel file in the cmd_obj line, the compilation seemed to run smoothly (no errors and 'my work is done' at the end).
But since then I wasn't able to run a single test case. Indeed when I run a test case (gouttedo for instance) I have the following error :
gfortranHPC:
+> Gfortran compiler 4.9.2 with open_mpi for a debian 8
+> root: /home/Telemac/v8p2r0
+> module: ad / api / artemis / bief
damocles / gaia / gretel / hermes
identify_liq_bnd / khione / mascaret / nestor
parallel / partel / postel3d / sisyphe
special / stbtel / telemac2d / telemac3d
tomawac / waqtel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... processing the steering file
... checking parallelisation
... handling temporary directories
copying: t2d_gouttedo.cas -> <root>/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/T2DCAS
copying: telemac2d.dico -> <root>/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/T2DDICO
copying: geo_gouttedo.cli -> <root>/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/T2DCLI
copying: geo_gouttedo.slf -> <root>/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/T2DGEO
... checking the executable
> compiling objs
compiling: index.htmlgfortran: warning: /home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/user_fortran/index.html: linker input file unused because linking not done
... completed
compiling: user_condin_h.f ... completed
compiling: user_condin_trac.f ... completed
gfortran: error: /home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/user_fortran/index.o: No such file or directory
Traceback (most recent call last):
File "/home/Telemac/v8p2r0/scripts/python3/telemac2d.py", line 7, in <module>
main('telemac2d')
File "/home/Telemac/v8p2r0/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/home/Telemac/v8p2r0/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/Telemac/v8p2r0/scripts/python3/execution/run_cas.py", line 42, in run_local_cas
my_study.compile_exe()
File "/home/Telemac/v8p2r0/scripts/python3/execution/study.py", line 322, in compile_exe
self.exe_name = process_executable(
File "/home/Telemac/v8p2r0/scripts/python3/execution/process.py", line 655, in process_executable
raise TelemacException(
utils.exceptions.TelemacException: Could not link your executable (runcode=1).
... The following command failed for the reason in the listing
mpif90 -fPIC -fconvert=big-endian -frecord-marker=4 -lpthread -lm -o "/home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/out_user_fortran" /home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/user_fortran/index.o /home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/user_fortran/user_condin_h.o /home/Telemac/v8p2r0/examples/telemac2d/gouttedo/t2d_gouttedo.cas_2021-05-18-12h50min17s/user_fortran/user_condin_trac.o /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libtelemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libgaia4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libkhione4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libtomawac4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libwaqtel4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libstbtel4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libsisyphe4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libad4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libnestor4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libbief4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libparallel4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libhermes4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libdamocles4telemac2d.a /home/Telemac/v8p2r0/builds/gfortranHPC/lib/libspecial4telemac2d.a /home/Telemac/v8p2r0/lib/libmetis.a -lmetis
I hope that this issue has not already been solved on this forum and that I wasn't able to find the solution by myself.
Thanks for your help!
Cheers, Thomas