Skip to content

Commit

Permalink
Restored Lapack Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jodemaey committed Jul 23, 2020
1 parent ab079d8 commit 1dbf794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif
IFORT_COMPILER_FLAGS = -assume byterecl -O2 -fpp
IFORT_LD_FLAGS = -mkl
GCC_COMPILER_FLAGS = -O2 -Wall -cpp
GCC_LD_FLAGS = -lscalapack -lopenblas
GCC_LD_FLAGS = -llapack -lblas
# Debug Case:
IFORT_COMPILER_FLAGS_DBG = -O0 -check all -traceback -fpe0 -check bounds -debug all -check uninit -ftrapuv -assume byterecl -fpp
IFORT_LD_FLAGS_DBG = -llapack -lblas
Expand Down

0 comments on commit 1dbf794

Please sign in to comment.