Ignore:
Timestamp:
May 31, 2024, 3:04:18 PM (14 months ago)
Author:
jbclement
Message:

Mars PCM:

  • Correction for the script "launch_orb_1Dchained.sh" in the deftank.
  • Small cleanings related to error detection.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/abort_gcm.F

    r1391 r3350  
    5151      write(lunout,*) 'Reason = ',message
    5252      if (ierr .eq. 0) then
    53         write(lunout,*) 'Everything is cool'
     53        write(lunout,*) 'Everything is cool!'
    5454      else
    55         write(lunout,*) 'Houston, we have a problem, ierr = ', ierr
     55        write(lunout,*) 'Houston, we have a problem, ierr =', ierr
    5656#ifdef CPP_MPI
    5757C$OMP CRITICAL (MPI_ABORT_GCM)
Note: See TracChangeset for help on using the changeset viewer.