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

Ignore:
Timestamp:
2016-05-17T16:20:29+02:00 (8 years ago)
Author:
frrh
Message:

Commit final changes relating to manual addition of relevant code
from fcm:NEMO.xm/branches/UKMO/dev_r5107_hadgem3_mct@6355.

Note this is a subset of the total changnes... I have ecluded those which
have become or appear redundant or unnecessary.

This version bit compares with the original.

File:
1 edited

Legend:

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

    r6545 r6546  
    20162016      !!---------------------------------------------------------------------- 
    20172017      ! 
    2018       #if defined key_oasis3 
     2018#if defined key_oasis3 
    20192019      ! If we're trying to shut down cleanly then we need to consider the fact 
    20202020      ! that this could be part of an MPMD configuration - we don't want to 
     
    20232023      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
    20242024 
    2025       #else 
     2025#else 
    20262026 
    20272027      CALL mppsync 
    20282028      CALL mpi_finalize( info ) 
    20292029 
    2030       #endif 
     2030#endif 
    20312031 
    20322032      ! 
Note: See TracChangeset for help on using the changeset viewer.