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 1237 – NEMO

Changeset 1237


Ignore:
Timestamp:
2008-12-29T19:35:34+01:00 (15 years ago)
Author:
rblod
Message:

Light fixes, see ticket #271

File:
1 edited

Legend:

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

    r1209 r1237  
    138138   INTEGER ::            & ! size of the buffer in case of mpi_bsend  
    139139      nn_buffer = 0 
     140   REAL(kind=wp), ALLOCATABLE, DIMENSION(:) :: tampon  ! buffer in case of bsend 
    140141 
    141142#elif defined key_mpp_shmem 
     
    35323533 
    35333534 
    3534   FUNCTION lc_isl( py, px, kdim, kdtatyp ) 
     3535  FUNCTION lc_isl( py, px, kdim ) 
    35353536    INTEGER :: kdim 
    35363537    REAL(wp), DIMENSION(kdim) ::  px, py 
     
    44004401    INTEGER :: ierr 
    44014402    INTEGER :: jproc 
    4402     INTEGER :: ii,ji 
     4403    INTEGER :: ii 
    44034404    INTEGER, DIMENSION(jpnij) :: kice 
    44044405    INTEGER, DIMENSION(jpnij) :: zwork 
    4405     INTEGER :: zrank 
    44064406    !!---------------------------------------------------------------------- 
    44074407 
     
    52995299     !!--------------------------------------------------------------------- 
    53005300 
    5301       INTEGER                                 :: code,rang,ierr 
     5301      INTEGER                                 :: code, ierr 
    53025302      LOGICAL                                 :: mpi_was_called 
    5303       REAL(kind=8), ALLOCATABLE, DIMENSION(:) :: tampon 
    53045303  
    53055304      ! MPI initialization 
Note: See TracChangeset for help on using the changeset viewer.