Hi,
I'm trying to compile telemac v8p5 on Ubuntu but I'm running into a similar problem to langlois when compiling. In short, when using source pysource.gfortranHPC.sh to compile, I get the following error message:
/usr/bin/ld: /home/dannycoles/modelling/telemac-mascaret/builds/gfortranHPC/lib/libpartel4api.a(c_binding.o): in function `__c_binding_MOD_mymetis_partmeshdual':
c_binding.F:(.text+0x1f): undefined reference to `METIS_PartMeshDual'
collect2: error: ld returned 1 exit status
Traceback (most recent call last):
File "/home/dannycoles/modelling/telemac-mascaret/scripts/python3/compile_telemac.py", line 152, in <module>
main()
File "/home/dannycoles/modelling/telemac-mascaret/scripts/python3/compile_telemac.py", line 139, in main
compile_cmdf(options.ncsize, modules, options.verbose)
File "/home/dannycoles/modelling/telemac-mascaret/scripts/python3/compilation/compil_tools.py", line 1330, in compile_cmdf
found_exe = create_exe_files(item, mod,
File "/home/dannycoles/modelling/telemac-mascaret/scripts/python3/compilation/compil_tools.py", line 472, in create_exe_files
raise TelemacException(\
I have attached my systel and config files. Any help with this issue greatly appreciated.
Kind regards,
Danny