From 041a26fd79e56d9807a9ecd9486bd139fd062d6c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 11 Mar 2021 11:52:29 +0100 Subject: [PATCH] Support compilation with nagfor --- ctest/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctest/Makefile b/ctest/Makefile index 2a893cae8..15c83a907 100644 --- a/ctest/Makefile +++ b/ctest/Makefile @@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG) CEXTRALIB = -lomp endif endif +ifeq ($(F_COMPILER), NAG) +CEXTRALIB = -lgomp +endif endif ifeq ($(BUILD_SINGLE),1)