New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3800 for branches/2012 – NEMO

Changeset 3800 for branches/2012


Ignore:
Timestamp:
2013-02-12T05:56:41+01:00 (11 years ago)
Author:
gm
Message:

dev_v3_4_STABLE_2012: #880 : proper stop when calling ctl_stop in serial mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r3604 r3800  
    28212821 
    28222822   SUBROUTINE mppstop 
    2823       WRITE(*,*) 'mppstop: You should not have seen this print if running in mpp mode! error?...' 
    2824       WRITE(*,*) 'mppstop: ..otherwise this is a stop condition raised by ctl_stop in single processor mode' 
    2825       STOP 
     2823      STOP      ! non MPP case, just stop the run 
    28262824   END SUBROUTINE mppstop 
    28272825 
Note: See TracChangeset for help on using the changeset viewer.