Skip to content
Snippets Groups Projects
Commit 3684d8f7 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

added L2 pascal config

parent 80a40a6a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ if ( COMPILER STREQUAL "intel")
set(CMAKE_CXX_COMPILER mpiicpc CACHE STRING "CXX compiler" FORCE) # C++ compiler for parallel build
set(CMAKE_Fortran_COMPILER mpiifort CACHE STRING "Fortran compiler" FORCE) # Fortran compiler for parallel build
endif()
set(comp_flags -O3 -restrict -alias-const -parallel -funroll-loops -no-ansi-alias -mavx2 CACHE STRING "comp_flags to add" FORCE)
set(comp_flags -O3 -restrict -alias-const -parallel -funroll-loops -no-ansi-alias -march=core-avx2 CACHE STRING "comp_flags to add" FORCE)
endif()
if ( COMPILER STREQUAL "intel_oneapi")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment