Hello captain,
When such an issue occurs in parallel, as told in many topics on the forum, please have a look at the PE*LOG files (listing file for every subdomain) generated in the temporary folder, in particular if one of them is bigger than the others.
Moreover, using a debug configuration with debug options to compile and run may help to investigate:
See e.g. the S9.gfortran.debug configuration in the $HOMETEL/configs/systel.edf.cfg configuration file, in particular the flag fflags_debug_gfo for gfortran compiler.
fflags_debug_gfo: -g -Wall -fcheck=all -fbacktrace -fbounds-check -finit-integer=-1 -finit-real=nan -ffpe-trap=invalid,zero,overflow
Hope this helps,
Chi-Tuan