From 1eb75f034a8af3af53852b9e791b7cb91b6274a0 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 6 Apr 2017 10:02:25 +0100 Subject: [PATCH] [RAJA] Use xHost and streaming stores with the Intel compiler --- RAJA.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAJA.make b/RAJA.make index 7fb821b..47aeefb 100644 --- a/RAJA.make +++ b/RAJA.make @@ -27,7 +27,7 @@ CXX_GNU = g++ CXX_CRAY = CC CXX_XL = xlc++ -CXXFLAGS_INTEL = -O3 -std=c++11 -qopenmp +CXXFLAGS_INTEL = -O3 -std=c++11 -qopenmp -xHost -qopt-streaming-stores=always CXXFLAGS_GNU = -O3 -std=c++11 -fopenmp CXXFLAGS_CRAY = -O3 -hstd=c++11 CXXFLAGS_XL = -O5 -std=c++11 -qarch=pwr8 -qtune=pwr8 -qsmp=omp -qthreaded