Changes between Version 1 and Version 2 of Documentation/UserGuide/HangCrash
- Timestamp:
- 2014-12-19T12:02:52+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/HangCrash
v1 v2 6 6 7 7 === Allow to model to properly crash === 8 {{{ 9 !++++++++TEMP+++++++++ 10 WRITE(numout,*) "This should be the last sentence in all CPUS!"> CALL MPI_BARRIER(MPI_COMM_ORCH,ierr) 11 CALL ipslerr_p (3,'forestry', 'Seeing if we reach this point...remove!','','') 12 !+++++++++++++++++++ 13 }}} 8 14 Did you follow the "coding guidelines"? If not, it is time to do so! Check the coding guideline on the use of CALL ipslerr() instead of STOP. Replace all your STOP statements 9 15 by a CALL to ipslerr(). Don't be lazy now and add proper information else ipslerr may do it job but you still won't know where the model crashed.