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

Ignore:
Timestamp:
2018-05-29T16:37:04+02:00 (6 years ago)
Author:
dancopsey
Message:

Merge in r8183 version of this branch (dev_r8183_GC_couple_pkg [8730:8734])

File:
1 edited

Legend:

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

    r9677 r9679  
    974974 
    975975   SUBROUTINE mppstop 
     976    
     977   USE mod_oasis      ! coupling routines 
     978 
    976979      !!---------------------------------------------------------------------- 
    977980      !!                  ***  routine mppstop  *** 
     
    983986      !!---------------------------------------------------------------------- 
    984987      ! 
     988       
     989#if defined key_oasis3 
     990      ! If we're trying to shut down cleanly then we need to consider the fact 
     991      ! that this could be part of an MPMD configuration - we don't want to 
     992      ! leave other components deadlocked. 
     993 
     994      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
     995 
     996 
     997#else 
     998       
    985999      CALL mppsync 
    9861000      CALL mpi_finalize( info ) 
     1001#endif 
     1002 
    9871003      ! 
    9881004   END SUBROUTINE mppstop 
     
    19511967         ENDIF 
    19521968         CALL FLUSH( kout )  
    1953          STOP 'ctl_opn bad opening' 
     1969         CALL ctl_stop ('STOP', 'NEMO abort ctl_opn bad opening') 
    19541970      ENDIF 
    19551971      ! 
Note: See TracChangeset for help on using the changeset viewer.