Skip to content

Commit 5448978

Browse files
authored
Merge pull request #121 from ajnonaka/compile_defaults
clean up GNUmakefile; change compile defaults
2 parents 2098bf5 + b085f73 commit 5448978

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

GNUmakefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
AMREX_HOME ?= ../amrex
2-
PICSAR_HOME ?= ../picsar
3-
OPENBC_HOME ?= ../openbc_poisson
42

53
DEBUG = FALSE
64
#DEBUG = TRUE
@@ -24,12 +22,13 @@ TINY_PROFILE = TRUE
2422
#COMM_PROFILE = TRUE
2523
#TRACE_PROFILE = TRUE
2624

27-
USE_OMP = TRUE
25+
USE_MPI = TRUE
26+
USE_OMP = FALSE
2827
USE_GPU = FALSE
2928

3029
EBASE = main
3130

32-
USE_GPUCLOCK = TRUE
31+
USE_GPUCLOCK = FALSE
3332
USE_PYTHON_MAIN = FALSE
3433

3534
USE_SENSEI_INSITU = FALSE
@@ -41,7 +40,7 @@ WarpxBinDir = Bin
4140
USE_PSATD = FALSE
4241
USE_PSATD_PICSAR = FALSE
4342
USE_RZ = FALSE
44-
USE_LLG = TRUE
43+
USE_LLG = FALSE
4544

4645
USE_EB = FALSE
4746

0 commit comments

Comments
 (0)