Hello, I'm trying to replay the malpasset example with TELEMAC3D. I'm using version v8p4r1. When I try to compile the example I get this error. Is this a version problem? I'm also attaching my steering file.
Waiting for job to upload logs...
starting job id 7a0510d8-e75b-42e9-8840-9729d0ad856e: telemac3d.py --ncsize 32 steering_content_en.cas --workdirectory /tmp/work
Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_ _
| | | |
| |_ _ __ _ _ _ __ | | __
| __|| '__|| | | || '_ \ | |/ /
| |_ | | | |_| || | | || <
\__||_| \__,_||_| |_||_|\_\
Running your CAS file(s) for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gfortranHPC:
+> Gfortran compiler 4.10.2 with open_mpi for a debian 11
+> root: /home/telemac/telemac-mascaret
+> 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
+> directory /tmp/work
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... processing the steering file
... checking parallelisation
... handling temporary directories
copying: steering_content_en.cas -> /tmp/work/T3DCAS
copying: telemac3d.dico -> /tmp/work/T3DDICO
copying: geo_malpasset-large.cli -> /tmp/work/T3DCLI
copying: geo_malpasset-large.slf -> /tmp/work/T3DGEO
... partitioning base files (geo, conlim, sections, zones and weirs)
+> /home/telemac/telemac-mascaret/builds/gfortranHPC/bin/partel < partel_T3DGEO.par >> partel_T3DGEO.log
STOP 0
... splitting / copying other input files
... checking the executable
> compiling objs
compiling: distan.f ... completed
compiling: elapse.f ... completed
compiling: user_condi3d_h.f ... completed
compiling: user_utimp.f/tmp/work/user_fortran/user_utimp.f:210:32:
210 | FID = T3D_FILES(T3DRF1)%LU
| 1
Error: Symbol ‘t3drf1’ at (1) has no IMPLICIT type; did you mean ‘t3drfo’?
Traceback (most recent call last):
File "/home/telemac/telemac-mascaret/scripts/python3/telemac3d.py", line 7, in
main('telemac3d')
File "/home/telemac/telemac-mascaret/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/home/telemac/telemac-mascaret/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/telemac/telemac-mascaret/scripts/python3/execution/run_cas.py", line 42, in run_local_cas
my_study.compile_exe()
File "/home/telemac/telemac-mascaret/scripts/python3/execution/study.py", line 322, in compile_exe
self.exe_name = process_executable(
File "/home/telemac/telemac-mascaret/scripts/python3/execution/process.py", line 634, in process_executable
raise TelemacException(
utils.exceptions.TelemacException: Could not compile your FORTRAN (runcode=1).
... The following command failed for the reason in the listing
mpif90 -c -cpp -fPIC -Ofast -fallow-invalid-boz -fconvert=big-endian -frecord-marker=4 -DHAVE_MPI -DHAVE_VTK -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/special -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/damocles -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/parallel -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/hermes -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/bief -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/nestor -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/utils/ad -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/sisyphe -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/khione -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/waqtel -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/telemac2d -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/tomawac -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/gaia -I /home/telemac/telemac-mascaret/builds/gfortranHPC/obj/telemac3d /tmp/work/user_fortran/user_utimp.f
finished stdout copy to logs
finished stderr copy to logs
job 7a0510d8-e75b-42e9-8840-9729d0ad856e error: exit status 1
job exited, total duration: 4.824463703s
Thanks for help