From 569cfa1d31a3a2a4af089514494b35b54419c609 Mon Sep 17 00:00:00 2001 From: James Price Date: Fri, 24 Feb 2017 09:02:51 -0600 Subject: [PATCH] Make Cray OpenMP flag non-empty to fix error --- OpenMP.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMP.make b/OpenMP.make index 4c2fe07..32f46ca 100644 --- a/OpenMP.make +++ b/OpenMP.make @@ -36,7 +36,7 @@ CXXFLAGS = $(FLAGS_$(COMPILER)) # OpenMP flags for CPUs OMP_GNU_CPU = -fopenmp OMP_INTEL_CPU = -qopenmp -OMP_CRAY_CPU = +OMP_CRAY_CPU = -homp OMP_CLANG_CPU = -fopenmp=libomp # OpenMP flags for NVIDIA