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

Ignore:
Timestamp:
2017-11-17T12:37:29+01:00 (6 years ago)
Author:
dancopsey
Message:

Merged in NEMO3.6 version of this branch (dev_r5518_GC3_couple_pkg)

File:
1 edited

Legend:

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

    r8730 r8731  
    24062406 
    24072407   SUBROUTINE mppstop 
     2408    
     2409   USE mod_oasis      ! coupling routines 
     2410 
    24082411      !!---------------------------------------------------------------------- 
    24092412      !!                  ***  routine mppstop  *** 
     
    24152418      !!---------------------------------------------------------------------- 
    24162419      ! 
     2420       
     2421#if defined key_oasis3 
     2422      ! If we're trying to shut down cleanly then we need to consider the fact 
     2423      ! that this could be part of an MPMD configuration - we don't want to 
     2424      ! leave other components deadlocked. 
     2425 
     2426      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
     2427 
     2428 
     2429#else 
     2430       
    24172431      CALL mppsync 
    24182432      CALL mpi_finalize( info ) 
     2433#endif 
     2434 
    24192435      ! 
    24202436   END SUBROUTINE mppstop 
     
    43334349         ENDIF 
    43344350         CALL FLUSH(kout)  
    4335          STOP 'ctl_opn bad opening' 
     4351         CALL ctl_stop ('STOP', 'NEMO abort ctl_opn bad opening') 
    43364352      ENDIF 
    43374353      ! 
Note: See TracChangeset for help on using the changeset viewer.