From 118c61ed8a0c4a3911d8553099883e9f26a6b603 Mon Sep 17 00:00:00 2001 From: Juan ESCOBAR <juan.escobar@aero.obs-mip.fr> Date: Wed, 16 Nov 2022 16:43:40 +0100 Subject: [PATCH] Juan 16/11/2022:ZSOLVER/turb_hor_dyn_corr.f90 , Optimization of NOBITREP part , with mnh_expand --- src/ZSOLVER/turb_hor_dyn_corr.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ZSOLVER/turb_hor_dyn_corr.f90 b/src/ZSOLVER/turb_hor_dyn_corr.f90 index e8016fc6c..17291f66c 100644 --- a/src/ZSOLVER/turb_hor_dyn_corr.f90 +++ b/src/ZSOLVER/turb_hor_dyn_corr.f90 @@ -625,6 +625,7 @@ CALL MYF_DEVICE(PDYY(:,:,IKB:IKB),ZTMP4_DEVICE(:,:,1:1)) !$acc wait(1) ! !$acc kernels async(4) present_cr(ZFLX,ZDIRSINZW) +!$mnh_expand_array(JI=1:JIU,JJ=1:JJU) !if !defined(MNH_BITREP) && !defined(MNH_BITREP_OMP) #if !defined(MNH_BITREP) ZFLX(:,:,IKB-1) = & @@ -637,7 +638,6 @@ ZFLX(:,:,IKB-1) = & - PUSLOPEM(:,:) * PCOSSLOPE(:,:)**2 * ZDIRSINZW(:,:) * PDIRCOSZW(:,:) ) #else !PW: BUG: commented 'acc loop independent collapse(2)' to workaround compiler bug (NVHPC 21.1) -!$mnh_expand_array(JI=1:JIU,JJ=1:JJU) ZFLX(:,:,IKB-1) = & PTAU11M(:,:) * BR_P2(PCOSSLOPE(:,:)) * BR_P2(PDIRCOSZW(:,:)) & -2. * PTAU12M(:,:) * PCOSSLOPE(:,:)* PSINSLOPE(:,:) * PDIRCOSZW(:,:) & @@ -646,8 +646,8 @@ ZFLX(:,:,IKB-1) = & +2. * PCDUEFF(:,:) * ( & PVSLOPEM(:,:) * PCOSSLOPE(:,:) * PSINSLOPE(:,:) * ZDIRSINZW(:,:) & - PUSLOPEM(:,:) * BR_P2(PCOSSLOPE(:,:)) * ZDIRSINZW(:,:) * PDIRCOSZW(:,:) ) -!$mnh_end_expand_array() #endif +!$mnh_end_expand_array() !$acc end kernels ! !!! wait for the computation of ZFLX(:,:,IKB) and ZFLX(:,:,IKB-1) -- GitLab