File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ include(CMakePackageConfigHelpers)
8686set (NCI_INTEL_FLAGS "-r8 -i4 -w -fpe0 -ftz -convert big_endian -assume byterecl -check noarg_temp_created" )
8787set (NCI_REPRO_FLAGS "-fp-model precise -fp-model source -align all" )
8888if (CICE_DETERMINISTIC)
89- set (NCI_OPTIM_FLAGS "-g0 -O0 -axCORE-AVX2 -debug none -check none -assume buffered_io" )
89+ set (NCI_OPTIM_FLAGS "-g0 -O0 -mavx2 -debug none -check none -assume buffered_io" )
9090else ()
91- set (NCI_OPTIM_FLAGS "-g3 -O2 -axCORE-AVX2 -debug all -check none -traceback -assume buffered_io" )
91+ set (NCI_OPTIM_FLAGS "-g3 -O2 -mavx2 -debug all -check none -traceback -assume buffered_io" )
9292 set (NCI_DEBUG_FLAGS "-g3 -O0 -debug all -check all -no-vec -traceback -assume nobuffered_io" )
9393endif ()
9494
@@ -317,4 +317,4 @@ set_target_properties(cice PROPERTIES
317317install (TARGETS cice
318318 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
319319 COMPONENT IO_${CICE_IO}
320- )
320+ )
You can’t perform that action at this time.
0 commit comments