Got the waqtel module accepted now but for some reason telemac3d is dying at line ~724 in telemac3d.f with invalid memory reference. This line is
IF(NTRAC.GT.0) CALL OS ('X=Y ', X=TRN, Y=TA)
I cannot even print out the value of TA using
print *,'JMF telemac3d TA ',ntrac,i,TA%ADR(I)%P%R(1:10)
without the print (before the X=Y call) it crashes in CMPOBJ call.
Yet TA is initialised in condim using
CALL OS( 'X=C ' ,X=TA%ADR(I)%P,C=TRAC0(I))
Very strange. To check the problem I have reverted to a single processor mode. Normally running in MPI! Have been running dbg versions for line info. Done a compile clean.
Previous version v7p1r1 working well on same compiler - all linux based.
john