Skip to content

Commit

Permalink
BL_NO_FORTRAN=FALSE if USE_PROFPARSER=TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jul 26, 2024
1 parent 4f23d8d commit 5a915cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
### ------------------------------------------------------
AMREX_HOME ?= ../amrex

BL_NO_FORT = TRUE

PRECISION = FLOAT
PRECISION = DOUBLE

Expand Down Expand Up @@ -48,6 +46,9 @@ endif
ifeq ($(USE_PROFPARSER), TRUE)
PROFILE = TRUE
TRACE_PROFILE = TRUE
BL_NO_FORT = FALSE
else
BL_NO_FORT = TRUE
endif

#DEFINES += -DAV_CGS_FIXSLNC
Expand Down

0 comments on commit 5a915cc

Please sign in to comment.