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

Update ifa-cluster.cmake

parent c57c7a84
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ if ( COMPILER STREQUAL "gnu") ...@@ -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_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 set(CMAKE_Fortran_COMPILER mpifort CACHE STRING "Fortran compiler" FORCE) # Fortran compiler for parallel build
endif() 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() endif()
#specify stuff for run-script #specify stuff for run-script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment