The -xCORE-AVX2 intel compiler option in Depends.intel for the PUMAS_MG_OBJS source files is causing issues for the sandy bridge and ivy bridge processors on pleiades. The intel AVX instructions settings in the cmake_macros/intel_*.cmake files should be sufficient. Is there a reason we should not remove the -xCORE-AVX2 setting from Depends.intel?
The
-xCORE-AVX2
intel compiler option inDepends.intel
for thePUMAS_MG_OBJS
source files is causing issues for the sandy bridge and ivy bridge processors on pleiades. The intel AVX instructions settings in thecmake_macros/intel_*.cmake
files should be sufficient. Is there a reason we should not remove the-xCORE-AVX2
setting fromDepends.intel
?