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 3632 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/LBC – NEMO

Ignore:
Timestamp:
2012-11-22T16:28:42+01:00 (12 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 9: Merge in trunk changes between revision 3385 and 3452

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r3625 r3632  
    8181   END INTERFACE 
    8282   INTERFACE mpp_sum 
    83 # if defined key_mpp_rep 
    8483      MODULE PROCEDURE mppsum_a_int, mppsum_int, mppsum_a_real, mppsum_real, & 
    8584                       mppsum_realdd, mppsum_a_realdd 
    86 # else 
    87       MODULE PROCEDURE mppsum_a_int, mppsum_int, mppsum_a_real, mppsum_real 
    88 # endif 
    8985   END INTERFACE 
    9086   INTERFACE mpp_lbc_north 
     
    115111!$AGRIF_END_DO_NOT_TREAT 
    116112 
    117 # if defined key_mpp_rep 
    118113   INTEGER :: MPI_SUMDD 
    119 # endif 
    120114 
    121115   ! variables used in case of sea-ice 
     
    350344      mynode = mpprank 
    351345      !  
    352 #if defined key_mpp_rep 
    353346      CALL MPI_OP_CREATE(DDPDD_MPI, .TRUE., MPI_SUMDD, ierr) 
    354 #endif 
    355347      ! 
    356348   END FUNCTION mynode 
     
    15081500   END SUBROUTINE mppsum_real 
    15091501 
    1510 # if defined key_mpp_rep 
    15111502   SUBROUTINE mppsum_realdd( ytab, kcom ) 
    15121503      !!---------------------------------------------------------------------- 
     
    15611552 
    15621553   END SUBROUTINE mppsum_a_realdd 
    1563 # endif    
    15641554    
    15651555   SUBROUTINE mpp_minloc2d( ptab, pmask, pmin, ki,kj ) 
     
    26042594   END SUBROUTINE mpi_init_opa 
    26052595 
    2606 #if defined key_mpp_rep 
    26072596   SUBROUTINE DDPDD_MPI (ydda, yddb, ilen, itype) 
    26082597      !!--------------------------------------------------------------------- 
     
    26332622 
    26342623   END SUBROUTINE DDPDD_MPI 
    2635 #endif 
    26362624 
    26372625#else 
Note: See TracChangeset for help on using the changeset viewer.