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

Philippe 13/02/2018: comment OpenMP include/use if compiled without OpenMP

parent c91db6dc
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK ...@@ -52,13 +52,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK
USE PARKIND1 ,ONLY : JPRB USE PARKIND1 ,ONLY : JPRB
! !
#ifdef AIX64 #ifdef AIX64
USE OMP_LIB !$ USE OMP_LIB
#endif #endif
! !
IMPLICIT NONE IMPLICIT NONE
! !
#ifndef AIX64 #ifndef AIX64
INCLUDE 'omp_lib.h' !$ INCLUDE 'omp_lib.h'
#endif #endif
! !
!* 0.1 Declaration of arguments !* 0.1 Declaration of arguments
......
...@@ -36,13 +36,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK ...@@ -36,13 +36,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK
USE PARKIND1 ,ONLY : JPRB USE PARKIND1 ,ONLY : JPRB
! !
#ifdef AIX64 #ifdef AIX64
USE OMP_LIB !$ USE OMP_LIB
#endif #endif
! !
IMPLICIT NONE IMPLICIT NONE
! !
#ifndef AIX64 #ifndef AIX64
INCLUDE 'omp_lib.h' !$ INCLUDE 'omp_lib.h'
#endif #endif
! !
!RJ: this broke non openmp version before !RJ: this broke non openmp version before
......
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