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 12803 for NEMO/branches/UKMO/r4.0-HEAD_r12713_dan_test_clems_branch/src/OCE/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2020-04-23T10:57:49+02:00 (4 years ago)
Author:
dancopsey
Message:

Merge in NEMO_4.0.1_GC_couple_pkg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r4.0-HEAD_r12713_dan_test_clems_branch/src/OCE/LBC/lib_mpp.F90

    r12801 r12803  
    666666 
    667667   SUBROUTINE mppstop( ld_abort )  
     668 
     669      USE mod_oasis      ! coupling routines 
     670 
    668671      !!---------------------------------------------------------------------- 
    669672      !!                  ***  routine mppstop  *** 
     
    679682      IF( PRESENT(ld_abort) ) ll_abort = ld_abort 
    680683      ! 
     684 
     685#if defined key_oasis3 
     686      ! If we're trying to shut down cleanly then we need to consider the fact 
     687      ! that this could be part of an MPMD configuration - we don't want to 
     688      ! leave other components deadlocked. 
     689 
     690      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
     691 
     692 
     693#else 
    681694#if defined key_mpp_mpi 
    682695      IF(ll_abort) THEN 
     
    689702      IF( ll_abort ) STOP 123 
    690703      ! 
     704#endif 
    691705   END SUBROUTINE mppstop 
    692706 
Note: See TracChangeset for help on using the changeset viewer.