Changes between Version 1 and Version 2 of Documentation/UserGuide/HangCrash


Ignore:
Timestamp:
2014-12-19T12:02:52+01:00 (9 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/HangCrash

    v1 v2  
    66 
    77=== Allow to model to properly crash === 
     8{{{ 
     9!++++++++TEMP+++++++++ 
     10WRITE(numout,*) "This should be the last sentence in all CPUS!"> CALL MPI_BARRIER(MPI_COMM_ORCH,ierr) 
     11CALL ipslerr_p (3,'forestry', 'Seeing if we reach this point...remove!','','') 
     12!+++++++++++++++++++ 
     13}}} 
    814Did 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 
    915by 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.