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.
2 parents 2098bf5 + b085f73 commit 5448978Copy full SHA for 5448978
GNUmakefile
@@ -1,6 +1,4 @@
1
AMREX_HOME ?= ../amrex
2
-PICSAR_HOME ?= ../picsar
3
-OPENBC_HOME ?= ../openbc_poisson
4
5
DEBUG = FALSE
6
#DEBUG = TRUE
@@ -24,12 +22,13 @@ TINY_PROFILE = TRUE
24
22
#COMM_PROFILE = TRUE
25
23
#TRACE_PROFILE = TRUE
26
27
-USE_OMP = TRUE
+USE_MPI = TRUE
+USE_OMP = FALSE
28
USE_GPU = FALSE
29
30
EBASE = main
31
32
-USE_GPUCLOCK = TRUE
+USE_GPUCLOCK = FALSE
33
USE_PYTHON_MAIN = FALSE
34
35
USE_SENSEI_INSITU = FALSE
@@ -41,7 +40,7 @@ WarpxBinDir = Bin
41
40
USE_PSATD = FALSE
42
USE_PSATD_PICSAR = FALSE
43
USE_RZ = FALSE
44
-USE_LLG = TRUE
+USE_LLG = FALSE
45
46
USE_EB = FALSE
47
0 commit comments