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
1 change: 1 addition & 0 deletions gnu_makefiles/Makefile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FC = mpif90
CC = mpicc
FFLAGS = -O3 -fopenmp -Wall -cpp
CFLAGS = -O3 -fopenmp -Wall
FILE_MATHLIB = lapack
LIBLAPACK = -llapack -lblas
#LIBLAPACK = -lmkl_intel_thread -lmkl_intel_lp64 -lmkl_core -lpthread -ldl -liomp5 -lm
MODULE_SWITCH = -J
Expand Down
1 change: 1 addition & 0 deletions gnu_makefiles/Makefile.gnu-without-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FC = gfortran
CC = gcc
FFLAGS = -O3 -fopenmp -Wall -cpp
CFLAGS = -O3 -fopenmp -Wall
FILE_MATHLIB = lapack
LIBLAPACK = -llapack -lblas
#LIBLAPACK = -lmkl_intel_thread -lmkl_intel_lp64 -lmkl_core -lpthread -ldl -liomp5 -lm
MODULE_SWITCH = -J
Expand Down