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 8200 for branches/UKMO/dev_r5518_GO6M_dev/NEMOGCM/NEMO/OPA_SRC/LBC – NEMO

Ignore:
Timestamp:
2017-06-21T14:27:02+02:00 (7 years ago)
Author:
frrh
Message:

Merge branches/UKMO/dev_r5518_GC3_couple_pkg@7985 using command:

svn merge -r 6574:7985 svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/UKMO/dev_r5518_GC3_couple_pkg

File:
1 edited

Legend:

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

    r7993 r8200  
    20492049 
    20502050   SUBROUTINE mppstop 
     2051    
     2052   USE mod_oasis      ! coupling routines 
     2053 
    20512054      !!---------------------------------------------------------------------- 
    20522055      !!                  ***  routine mppstop  *** 
     
    20582061      !!---------------------------------------------------------------------- 
    20592062      ! 
     2063       
     2064#if defined key_oasis3 
     2065      ! If we're trying to shut down cleanly then we need to consider the fact 
     2066      ! that this could be part of an MPMD configuration - we don't want to 
     2067      ! leave other components deadlocked. 
     2068 
     2069      CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 
     2070 
     2071 
     2072#else 
     2073       
    20602074      CALL mppsync 
    20612075      CALL mpi_finalize( info ) 
     2076#endif 
     2077 
    20622078      ! 
    20632079   END SUBROUTINE mppstop 
     
    39884004            WRITE(kout,*) 
    39894005         ENDIF 
    3990          STOP 'ctl_opn bad opening' 
     4006         CALL ctl_stop ('STOP', 'NEMO abort ctl_opn bad opening') 
    39914007      ENDIF 
    39924008 
Note: See TracChangeset for help on using the changeset viewer.