Skip to content
Snippets Groups Projects
Commit dbaaf4db authored by stamoor's avatar stamoor
Browse files

Removing aggressive_vectorization flag due to safety issue

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15521 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 958e3e6a
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ KOKKOS_USE_TPLS ?= "" ...@@ -16,7 +16,7 @@ KOKKOS_USE_TPLS ?= ""
#Options: c++11 #Options: c++11
KOKKOS_CXX_STANDARD ?= "c++11" KOKKOS_CXX_STANDARD ?= "c++11"
#Options: aggressive_vectorization,disable_profiling #Options: aggressive_vectorization,disable_profiling
KOKKOS_OPTIONS ?= "aggressive_vectorization" KOKKOS_OPTIONS ?= ""
#Default settings specific options #Default settings specific options
#Options: force_uvm,use_ldg,rdc,enable_lambda #Options: force_uvm,use_ldg,rdc,enable_lambda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment