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 3799 – NEMO

Changeset 3799


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

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

File:
1 edited

Legend:

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

    r3764 r3799  
    36173617 
    36183618   SUBROUTINE mppstop 
    3619       WRITE(*,*) 'mppstop: You should not have seen this print if running in mpp mode! error?...' 
    3620       WRITE(*,*) 'mppstop: ..otherwise this is a stop condition raised by ctl_stop in single processor mode' 
    3621       STOP 
     3619      STOP      ! non MPP case, just stop the run 
    36223620   END SUBROUTINE mppstop 
    36233621 
Note: See TracChangeset for help on using the changeset viewer.