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 4f23d8d commit 5a915ccCopy full SHA for 5a915cc
GNUmakefile
@@ -3,8 +3,6 @@
3
### ------------------------------------------------------
4
AMREX_HOME ?= ../amrex
5
6
-BL_NO_FORT = TRUE
7
-
8
PRECISION = FLOAT
9
PRECISION = DOUBLE
10
@@ -48,6 +46,9 @@ endif
48
46
ifeq ($(USE_PROFPARSER), TRUE)
49
47
PROFILE = TRUE
50
TRACE_PROFILE = TRUE
+ BL_NO_FORT = FALSE
+else
51
+ BL_NO_FORT = TRUE
52
endif
53
54
#DEFINES += -DAV_CGS_FIXSLNC
0 commit comments