You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Updates needed for CESM on NAS Pleiades machines
Fixes issue #7 so that CESM will run on pleiades-ivy and pleiades-san machines
modified: machines/cmake_macros/pleiades-bro.cmake
modified: machines/cmake_macros/pleiades-has.cmake
modified: machines/cmake_macros/pleiades-ivy.cmake
modified: machines/cmake_macros/pleiades-san.cmake
modified: machines/config_batch.xml
modified: machines/config_compilers.xml
modified: machines/config_machines.xml
modified: machines/Depends.intel
mvertens
added a commit
to mvertens/ccs_config_cesm
that referenced
this issue
May 19, 2023
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
?The text was updated successfully, but these errors were encountered: