We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c632f commit be88d82Copy full SHA for be88d82
makefile
@@ -14,7 +14,7 @@ OPT = 0
14
## OpenMP? Empty: default with OpenMP; 0: No OpenMP; 1 with OpenMP
15
OMP = 1
16
## Lapack/blas/mkl? Empty: default with Lapack; 0: without Lapack; 1 with Lapack
17
-LAPACK = 0
+LAPACK = 1
18
## Some compilers (like PGF90) do not have inverse hyperbolic functions: atanh, asinh, acosh
19
# NVHYP = 1 : with intrinsic inverse hyperbolic functions
20
# NVHYP = 0 : with external inverse hyperbolic functions (without intrinsic ones)
0 commit comments