I compiled Telemac3D v8p2r0 on Ubuntu 20.04 using gfortran and openmpi (compilation config files are zipped in the attached file).
Acording to BlueKenue the 2D mesh seems OK. On previous Telemac version mesh was checked and OK.
Using the "Checking the mesh = no", the simulation runs without errors and gives reasonable results.
I changed compilation configuration files following some forum advices without success.
I also found some threads in the forum related to "checking the mesh" but none lead me to the solution.
All the files (I think) needed to reproduce the error are in the attached zip file.
The error appears in the end of the screen listing:
========================================================
POINT 41222 HAS ONLY 0 NEIGHBOURS
POINT 41223 HAS ONLY 0 NEIGHBOURS
POINT 41224 HAS ONLY 0 NEIGHBOURS
POINT 41225 HAS ONLY 0 NEIGHBOURS
8 OVERCONSTRAINED TRIANGLES
POSSIBLE BUT NOT RECOMMENDED
ISSUE DETECTED WHILE CHECING THE MESH
PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
Traceback (most recent call last):
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/telemac3d.py", line 7, in <module>
main('telemac3d')
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/execution/run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/execution/study.py", line 612, in run
self.run_local()
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/execution/study.py", line 440, in run_local
run_code(self.run_cmd, self.sortie_file)
File "/home/luke/telemac_v8p2r0/v8p2r0/scripts/python3/execution/run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
/usr/bin/mpiexec -wdir /mnt/HDD/7.Runs/check_mesh/checkmesh.cas_2021-06-02-21h10min20s -n 1 /mnt/HDD/Work/7.Runs/check_mesh/checkmesh.cas_2021-06-02-21h10min20s/out_telemac3d
==============================================
Any advice is welcome. Thank you.