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 10172 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/LBC/mpp_nfd_generic.h90 – NEMO

Ignore:
Timestamp:
2018-10-04T17:32:54+02:00 (6 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: action 2b: improve of timing, add computing and waiting time, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/LBC/mpp_nfd_generic.h90

    r10068 r10172  
    116116            END DO 
    117117         END DO 
     118         ! 
     119         IF( ln_timing ) CALL tic_tac(.TRUE.) 
    118120         ! 
    119121         DO jr = 1, nsndto 
     
    167169            END DO 
    168170         ENDIF 
     171         ! 
     172         IF( ln_timing ) CALL tic_tac(.FALSE.) 
     173         ! 
    169174         DO jf = 1, ipf 
    170175            CALL lbc_nfd_nogather( ztabl(:,:,:,:,jf), ztabr(:,:,:,:,jf), cd_nat LBC_ARG, psgn LBC_ARG )   ! North fold boundary condition 
     
    195200         IF ( jpni*jpnj /= jpnij ) ztab(:,:,:,:,:)=0._wp 
    196201         ! 
     202         IF( ln_timing ) CALL tic_tac(.TRUE.) 
     203         ! 
    197204         CALL MPI_ALLGATHER( znorthloc  , itaille, MPI_DOUBLE_PRECISION,                & 
    198205            &                znorthgloio, itaille, MPI_DOUBLE_PRECISION, ncomm_north, ierr ) 
     206         ! 
     207         IF( ln_timing ) CALL tic_tac(.FALSE.) 
    199208         ! 
    200209         DO jr = 1, ndim_rank_north         ! recover the global north array 
Note: See TracChangeset for help on using the changeset viewer.