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 4145 for trunk/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2013-11-01T18:47:40+01:00 (11 years ago)
Author:
hadcv
Message:

Ticket #1157 (C1D fixes): redo the fix for #1096 to work for XIOS detached mode and add xios_context_finalize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r4047 r4145  
    34463446   LOGICAL, PUBLIC, PARAMETER ::   lk_mpp = .FALSE.      !: mpp flag 
    34473447   LOGICAL, PUBLIC            ::   ln_nnogather  = .FALSE.  !: namelist control of northfold comms (needed here in case "key_mpp_mpi" is not used) 
    3448    INTEGER :: ncomm_ice 
     3448   INTEGER                    ::   ncomm_ice 
     3449   INTEGER, PUBLIC            ::   mpi_comm_opa             !: opa local communicator 
    34493450   !!---------------------------------------------------------------------- 
    34503451CONTAINS 
     
    34593460      CHARACTER(len=*),DIMENSION(:) ::   ldtxt 
    34603461      INTEGER ::   kumnam, kstop 
    3461       IF( PRESENT( localComm ) .OR. .NOT.PRESENT( localComm ) )   function_value = 0 
     3462      IF( PRESENT( localComm ) )  mpi_comm_opa = localComm 
     3463      function_value = 0 
    34623464      IF( .FALSE. )   ldtxt(:) = 'never done' 
    34633465   END FUNCTION mynode 
Note: See TracChangeset for help on using the changeset viewer.