Add armclang-cpu flags for OpenMP

This commit is contained in:
Tom Lin 2020-07-14 13:57:40 +01:00
parent 1fcd062d6c
commit a22bb92516

View File

@ -41,6 +41,7 @@ FLAGS_NEC = -O4 -finline -std=c++11
CXXFLAGS = $(FLAGS_$(COMPILER))
# OpenMP flags for CPUs
OMP_ARMCLANG_CPU = -fopenmp
OMP_GNU_CPU = -fopenmp
OMP_INTEL_CPU = -qopenmp
OMP_CRAY_CPU = -fopenmp