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

Philippe 09/12/2016: hide use of OpenMP library when not compiling with OpenMP

parent f6bf8096
No related branches found
No related tags found
No related merge requests found
...@@ -55,13 +55,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK ...@@ -55,13 +55,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment