From bf8ec713f03a7fb2dc7bd62be44b99655f500097 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 20 Jun 2023 10:23:37 -0700 Subject: [PATCH] disable OpenMP for ifx since it crashes on copyprivate in beom.F --- src/nwpw/GNUmakefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/nwpw/GNUmakefile b/src/nwpw/GNUmakefile index 250fa4e2af..3c73dca8d9 100644 --- a/src/nwpw/GNUmakefile +++ b/src/nwpw/GNUmakefile @@ -11,7 +11,16 @@ LIBRARY = libnwpw.a +$(info USE_OPENMP $(origin USE_OPENMP)) +ifdef USE_OPENMP +# QA issues +ifeq ($(FC),ifx) +override undefine USE_OPENMP +endif +endif + +$(info USE_OPENMP $(origin USE_OPENMP)) LIB_DEFINES =