From f4b095b1bbc44a608dd712cb7aef5a43abbc5e19 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 11 Feb 2018 20:58:27 +0100 Subject: [PATCH] test_fork is not meant (nor expected) to be run with OpenMP Fixes 1456 --- utest/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utest/Makefile b/utest/Makefile index 03457b0c..625a3bcf 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -15,6 +15,7 @@ ifneq ($(NO_LAPACK), 1) #OBJS += test_potrs.o endif +ifndef USE_OPENMP ifndef OS_WINDOWS OBJS += test_fork.o else @@ -22,6 +23,7 @@ ifdef OS_CYGWIN_NT OBJS += test_fork.o endif endif +endif all : run_test -- 2.34.1