Skip to content
Snippets Groups Projects
Commit ea56b932 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 22/06/2022: use gamma intrinsics if CCE for performance problems

parent c206116c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,11 @@ USE MODE_MNH_ZWORK, ONLY: MNH_MEM_GET, MNH_MEM_POSITION_PIN, MNH_MEM_RELEAS
#endif
USE MODE_MPPDB
!
#ifndef MNH_COMPILER_CCE
!Do not use internal GAMMA function but the Fortran intrinsics one with Cray compiler
!Warning: intrinsics gamma does not give same results between CPU and GPU with NVHPC (tested with 22.2 version)
USE MODI_GAMMA
#endif
!
IMPLICIT NONE
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment