[OpenMP] Add -qopt-streaming-stores for Intel

This commit is contained in:
James Price 2017-03-13 17:15:10 +00:00
parent 94e0900377
commit 4f288ddc3d

View File

@ -29,7 +29,7 @@ COMPILER_XL = xlc++
CXX = $(COMPILER_$(COMPILER))
FLAGS_GNU = -O3 -std=c++11
FLAGS_INTEL = -O3 -std=c++11 -xHOST
FLAGS_INTEL = -O3 -std=c++11 -xHOST -qopt-streaming-stores=always
FLAGS_CRAY = -O3 -hstd=c++11
FLAGS_CLANG = -O3 -std=c++11
FLAGS_XL = -O5 -qarch=pwr8 -qtune=pwr8 -std=c++11