I installed Telemac v8p5 in a Linux environment, and then I ran the command python -m telemac2d xqh.cas --ncsize=4 to perform parallel computing. I encountered the following error:
At line 136 of file /home/slf/TELEMAC/telemac-mascaret-v8p5r0/sources/utils/bief/read_partel_info.f (unit = 17, file = 'T2DPAR00003-00003')
Fortran runtime error: Bad integer for item 4 in list input
At line 136 of file /home/slf/TELEMAC/telemac-mascaret-v8p5r0/sources/utils/bief/read_partel_info.f (unit = 17, file = 'T2DPAR00003-00002')
At line 136 of file /home/slf/TELEMAC/telemac-mascaret-v8p5r0/sources/utils/bief/read_partel_info.f (unit = 17, file = 'T2DPAR00003-00001')
Fortran runtime error: Bad integer for item 3 in list input
I am not sure where the problem lies. My MPI version is mpirun (Open MPI) 4.1.6.
I would greatly appreciate it if anyone could help me.