After running config.py it produced a character-based image in Terminal and ended with My work is done.
Then when running compile_telemac.py --clean I get this error.
Traceback (most recent call last):
File "/home/ahmed/telemac-mascaret/scripts/python3/compile_telemac.py", line 142, in <module>
main()
File "/home/ahmed/telemac-mascaret/scripts/python3/compile_telemac.py", line 129, in main
compile_cmdf(options.ncsize, modules, options.verbose)
File "/home/ahmed/telemac-mascaret/scripts/python3/compilation/compil_tools.py", line 1252, in compile_cmdf
raise TelemacException(\
utils.exceptions.TelemacException:
+> failed: .../telemac-mascaret/sources/utils/hermes/utils_med.F
... The following command failed for the reason in the listing
mpif90 -c -O2 -fPIC -cpp -fconvert=big-endian -frecord-marker=4 -DHAVE_I16 -DHAVE_MPI -DHAVE_MED -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/special -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/damocles -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/parallel -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/hermes -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/bief -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/nestor -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/ad -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/tomawac -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/sisyphe -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/waqtel -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/khione -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/gaia -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/telemac2d -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/gretel -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/utils/partel -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/telemac3d -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/artemis -I /home/ahmed/telemac-mascaret/builds/S10.gfortran.dyn/obj/api -I$MEDHOME/include /home/ahmed/telemac-mascaret/sources/utils/hermes/utils_med.F
How do i resolve this