We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7836fba commit c3c9969Copy full SHA for c3c9969
1 file changed
Exec/GNUmakefile
@@ -1,6 +1,5 @@
1
# AMREX_HOME defines the directory in which we will find all the AMReX code.
2
AMREX_HOME ?= ../../amrex
3
-SUNDIALS_HOME ?= ../../sundials/instdir
4
5
DEBUG = FALSE
6
USE_MPI = TRUE
@@ -14,6 +13,7 @@ USE_ML = FALSE
14
13
TINY_PROFILE = FALSE
15
PROFILE = FALSE
16
USE_SUNDIALS = FALSE
+SUNDIALS_HOME ?= ../../sundials/instdir
17
18
ifeq ($(USE_ML),TRUE)
19
0 commit comments