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 1434 for branches/dev_004_VVL/NEMO/OPA_SRC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2009-05-11T15:44:36+02:00 (15 years ago)
Author:
rblod
Message:

dev_004_VVL:sync: synchro with trunk (r1420), see ticket #412

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_004_VVL/NEMO/OPA_SRC/lib_mpp.F90

    r1359 r1434  
    23642364      !!            08/04 :: R. Benshila, generalisation 
    23652365      !!--------------------------------------------------------------------- 
    2366 #if defined key_ioserver 
    2367       USE io_interface 
    2368 #endif 
    23692366      INTEGER                                 :: code, ierr 
    23702367      LOGICAL                                 :: mpi_was_called 
    23712368      !!--------------------------------------------------------------------- 
    23722369      ! 
    2373 #if defined key_ioserver 
    2374       CALL init_ioserver(mpi_comm_opa,.TRUE.) 
    2375 #else 
    23762370      CALL mpi_initialized( mpi_was_called, code )      ! MPI initialization 
    23772371      IF ( code /= MPI_SUCCESS ) THEN 
     
    23882382         ENDIF 
    23892383      ENDIF 
    2390 #endif 
    23912384      ! 
    23922385      IF( nn_buffer > 0 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.