Skip to content

Commit

Permalink
[RAJA] Use xHost and streaming stores with the Intel compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdeakin committed Apr 6, 2017
1 parent d7a93be commit 1eb75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAJA.make
Expand Up @@ -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
Expand Down

0 comments on commit 1eb75f0

Please sign in to comment.