From d7f05b2456abf7e6aa00b1e402b98df8b922cd3a Mon Sep 17 00:00:00 2001 From: Debolskiy Andrey <and.debol@gmail.com> Date: Mon, 13 Nov 2023 15:08:21 +0000 Subject: [PATCH] Update ifa-cluster.cmake --- cluster_configs/ifa-cluster.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster_configs/ifa-cluster.cmake b/cluster_configs/ifa-cluster.cmake index bcc9b21..36ea9bd 100644 --- a/cluster_configs/ifa-cluster.cmake +++ b/cluster_configs/ifa-cluster.cmake @@ -35,7 +35,7 @@ if ( COMPILER STREQUAL "gnu") set(CMAKE_CXX_COMPILER mpicxx CACHE STRING "CXX compiler" FORCE) # C++ compiler for parallel build set(CMAKE_Fortran_COMPILER mpifort CACHE STRING "Fortran compiler" FORCE) # Fortran compiler for parallel build endif() - set(comp_flags -O3 -fno-strict-aliasing -funroll-loops -march=native -std=c++0x CACHE STRING "comp_flags to add" FORCE) + set(comp_flags -O3 -fno-strict-aliasing -funroll-loops -march=native -mavx -std=c++0x CACHE STRING "comp_flags to add" FORCE) endif() #specify stuff for run-script @@ -53,4 +53,4 @@ if ( COMPILER STREQUAL "gnu") endif () message("prerun exprots:" ${prerun_env_export}) message("run executable is:" ${run_exec}) -message("compiler choice:" ${COMPILER}) \ No newline at end of file +message("compiler choice:" ${COMPILER}) -- GitLab