Add armclang-cpu flags for OpenMP
This commit is contained in:
parent
1fcd062d6c
commit
a22bb92516
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user