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 5284 for branches/UKMO/dev_r5107_hadgem3_mct/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2015-05-20T18:20:59+02:00 (9 years ago)
Author:
dancopsey
Message:

First attempt to convert OASIS3-MCT branch from NEMO3.5 to NEMO3.6. Original branch was dev/frrh/vn3.5_beta_hadgem3_mct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5107_hadgem3_mct/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r5279 r5284  
    17141714 
    17151715   SUBROUTINE mppstop 
     1716    
     1717 
    17161718      !!---------------------------------------------------------------------- 
    17171719      !!                  ***  routine mppstop  *** 
     
    17231725      !!---------------------------------------------------------------------- 
    17241726      ! 
     1727       
     1728#if defined key_oasis3 || defined key_oasis3mct 
     1729      ! If we're trying to shut down cleanly then we need to consider the fact 
     1730      ! that this could be part of an MPMD configuration - we don't want to 
     1731      ! leave other components deadlocked. 
     1732 
     1733      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
     1734 
     1735 
     1736#else 
     1737       
    17251738      CALL mppsync 
    17261739      CALL mpi_finalize( info ) 
     1740#endif 
     1741 
    17271742      ! 
    17281743   END SUBROUTINE mppstop 
Note: See TracChangeset for help on using the changeset viewer.