Hello Lan Anh,
There is at least one issue with memory overflow for array OKTR3. Its size is MAXFRO times MAXTRA, see LECDON_TELEMAC3D subroutine: ALLOCATE(OKTR3(MAXFRO,MAXTRA))
I would recommend you to use debug options to compile and run, e.g. if using gfortran compiler, see the ones used for S9.gfortran.debug configuration in the $HOMETEL/configs/systel.edf.cfg file:
-g -Wall -fcheck=all -fbacktrace -fbounds-check -finit-integer=-1 -finit-real=nan -ffpe-trap=invalid,zero,overflow
Hope this helps,
Chi-Tuan