From 583ddb0035e73fc4e0db0e44478f05277f4b248b Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 27 Oct 2022 17:51:28 -0700 Subject: [PATCH] unset USE_OPENMP https://github.com/nwchemgit/nwchem/issues/678 --- src/nwpw/GNUmakefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/nwpw/GNUmakefile b/src/nwpw/GNUmakefile index 250fa4e2af..3a625efe79 100644 --- a/src/nwpw/GNUmakefile +++ b/src/nwpw/GNUmakefile @@ -11,7 +11,14 @@ LIBRARY = libnwpw.a +$(info USE_OPENMP $(origin USE_OPENMP)) +ifdef USE_OPENMP +# QA issues +override undefine USE_OPENMP +endif + +$(info USE_OPENMP $(origin USE_OPENMP)) LIB_DEFINES =