Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup/stellopt/make_scluster.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#######################################################################
# Define Compiler Flags
#######################################################################
FLAGS_R = -O2 -fexternal-blas -fbacktrace -march=native
FLAGS_R = -O2 -fexternal-blas -fbacktrace -march=core-avx2 -mtune=generic
FLAGS_D = -g -O0 -fexternal-blas -fcheck=all
# Use OpenBLAS (includes LAPACK)
OPENBLAS_DIR = $(CODE_ROOT)/external/OpenBLAS-0.3.28/install
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/stellopt/make_vsc5.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#######################################################################
# Define Compiler Flags
#######################################################################
FLAGS_R = -O2 -fexternal-blas -fbacktrace -march=native
FLAGS_R = -O2 -fexternal-blas -fbacktrace -march=core-avx2 -mtune=generic
FLAGS_D = -g -O0 -fexternal-blas -fcheck=all
# Use MKL for BLAS/LAPACK
LIBS = -L$(MKLROOT)/lib/intel64 -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -ldl
Expand Down