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

Ignore:
Timestamp:
2019-03-15T13:10:04+01:00 (5 years ago)
Author:
jcastill
Message:

Remove svn keywords properly

File:
1 edited

Legend:

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

    r10762 r10763  
    173173   !!---------------------------------------------------------------------- 
    174174   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    175    !! $Id: lib_mpp.F90 7753 2017-03-03 11:46:59Z mocavero $ 
     175   !! $Id$ 
    176176   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    177177   !!---------------------------------------------------------------------- 
     
    24062406 
    24072407   SUBROUTINE mppstop 
    2408       USE mod_oasis      ! coupling routines 
    24092408      !!---------------------------------------------------------------------- 
    24102409      !!                  ***  routine mppstop  *** 
     
    24162415      !!---------------------------------------------------------------------- 
    24172416      ! 
    2418 #if defined key_oasis3  
    2419       ! If we're trying to shut down cleanly then we need to consider the fact  
    2420       ! that this could be part of an MPMD configuration - we don't want to  
    2421       ! leave other components deadlocked.  
    2422       CALL oasis_abort(nproc,"mppstop","NEMO initiated abort")  
    2423 #else 
    24242417      CALL mppsync 
    24252418      CALL mpi_finalize( info ) 
    2426 #endif 
    24272419      ! 
    24282420   END SUBROUTINE mppstop 
     
    43414333         ENDIF 
    43424334         CALL FLUSH(kout)  
    4343          CALL ctl_stop ('STOP', 'NEMO abort ctl_opn bad opening') 
     4335         STOP 'ctl_opn bad opening' 
    43444336      ENDIF 
    43454337      ! 
Note: See TracChangeset for help on using the changeset viewer.