Skip to content

Commit be88d82

Browse files
lauvergnlauvergn
authored andcommitted
change LAPACK=1 in the makefile
1 parent 69c632f commit be88d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OPT = 0
1414
## OpenMP? Empty: default with OpenMP; 0: No OpenMP; 1 with OpenMP
1515
OMP = 1
1616
## Lapack/blas/mkl? Empty: default with Lapack; 0: without Lapack; 1 with Lapack
17-
LAPACK = 0
17+
LAPACK = 1
1818
## Some compilers (like PGF90) do not have inverse hyperbolic functions: atanh, asinh, acosh
1919
# NVHYP = 1 : with intrinsic inverse hyperbolic functions
2020
# NVHYP = 0 : with external inverse hyperbolic functions (without intrinsic ones)

0 commit comments

Comments
 (0)