Make Cray OpenMP flag non-empty to fix error

This commit is contained in:
James Price 2017-02-24 09:02:51 -06:00
parent a7d7998326
commit 569cfa1d31

View File

@ -36,7 +36,7 @@ CXXFLAGS = $(FLAGS_$(COMPILER))
# OpenMP flags for CPUs # OpenMP flags for CPUs
OMP_GNU_CPU = -fopenmp OMP_GNU_CPU = -fopenmp
OMP_INTEL_CPU = -qopenmp OMP_INTEL_CPU = -qopenmp
OMP_CRAY_CPU = OMP_CRAY_CPU = -homp
OMP_CLANG_CPU = -fopenmp=libomp OMP_CLANG_CPU = -fopenmp=libomp
# OpenMP flags for NVIDIA # OpenMP flags for NVIDIA