Hello,
You are right, I had a crash even with 2 processors. Actually in subroutine trisou.f (library telemac-3D), in the last loop :
DO I=1,NREJEU
......
ENDDO
we must add :
DO I=1,NREJEU
IF(ISCE(I).GT.0) THEN
......
ENDIF
ENDDO
otherwise wrong addresses in CV1 will be reached. Only sources of a given sub-domain must be treated by this sub-domain. A source is in the sub-domain when ISCE(I).GT.0
This will be corrected in the next version.
Thanks for pointing out this, and best regards,
Jean-Michel Hervouet