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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/LBC/mpp_loc_generic.h90 – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/LBC/mpp_loc_generic.h90

    r13458 r14644  
    22#   if defined SINGLE_PRECISION 
    33#      define ARRAY_TYPE(i,j,k)    REAL(sp)        , INTENT(in   ) ::   ARRAY_IN(i,j,k) 
    4 #if defined key_mpp_mpi 
     4#if ! defined key_mpi_off 
    55#      define MPI_TYPE MPI_2REAL 
    66#endif 
     
    88#   else 
    99#      define ARRAY_TYPE(i,j,k)    REAL(dp)        , INTENT(in   ) ::   ARRAY_IN(i,j,k) 
    10 #if defined key_mpp_mpi 
     10#if ! defined key_mpi_off 
    1111#      define MPI_TYPE MPI_2DOUBLE_PRECISION 
    1212#endif 
     
    9595      zain(2,:) = REAL(index0, PRECISION) 
    9696      ! 
    97 #if defined key_mpp_mpi 
     97#if ! defined key_mpi_off 
    9898      IF( ln_timing ) CALL tic_tac(.TRUE., ld_global = .TRUE.) 
    9999      CALL MPI_ALLREDUCE( zain, zaout, 1, MPI_TYPE, MPI_OPERATION ,MPI_COMM_OCE, ierror) 
     
    131131#undef MASK_IN 
    132132#undef K_SIZE 
    133 #if defined key_mpp_mpi 
     133#if ! defined key_mpi_off 
    134134#   undef MPI_TYPE 
    135135#endif 
Note: See TracChangeset for help on using the changeset viewer.