From fc855e88a739b4a50e291b8ca85b32978aa92f41 Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Fri, 9 Dec 2016 14:17:17 +0100 Subject: [PATCH] Philippe 09/12/2016: hide use of OpenMP library when not compiling with OpenMP --- src/SURFEX/hvac_autosize.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SURFEX/hvac_autosize.F90 b/src/SURFEX/hvac_autosize.F90 index e26e5953d..73bcc5cbb 100644 --- a/src/SURFEX/hvac_autosize.F90 +++ b/src/SURFEX/hvac_autosize.F90 @@ -55,13 +55,13 @@ USE YOMHOOK ,ONLY : LHOOK, DR_HOOK USE PARKIND1 ,ONLY : JPRB ! #ifdef AIX64 -USE OMP_LIB +!$ USE OMP_LIB #endif ! IMPLICIT NONE ! #ifndef AIX64 - INCLUDE 'omp_lib.h' +!$ INCLUDE 'omp_lib.h' #endif ! !* 0.1 Declaration of arguments -- GitLab