From ec0363dc0388f31a7531f2c595bed426a7a84cda Mon Sep 17 00:00:00 2001
From: Juan ESCOBAR <juan.escobar@aero.obs-mip.fr>
Date: Fri, 4 Nov 2022 18:47:55 +0100
Subject: [PATCH] Juan 04/11/2022:ice4_sedimentation_split.f90, Bypass for CCE
 > 14.X && nvidia70 target <=> TARGET_NV70 , use MODI_GAMMA

---
 src/MNH/ice4_sedimentation_split.f90 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/MNH/ice4_sedimentation_split.f90 b/src/MNH/ice4_sedimentation_split.f90
index df9b72594..05c7df02d 100644
--- a/src/MNH/ice4_sedimentation_split.f90
+++ b/src/MNH/ice4_sedimentation_split.f90
@@ -92,6 +92,9 @@ USE MODE_MPPDB
 !Warning: intrinsics gamma does not give same results between CPU and GPU with NVHPC (tested with 22.2 version)
 USE MODI_GAMMA
 #endif
+#if defined(TARGET_NV70)
+USE MODI_GAMMA
+#endif
 !
 IMPLICIT NONE
 !
-- 
GitLab