Skip to content

Commit

Permalink
clean up GNUmakefile; change compile defaults (no OMP, no LLG, no GPU…
Browse files Browse the repository at this point in the history
…CLOCK)
  • Loading branch information
ajnonaka committed Jul 12, 2024
1 parent 2098bf5 commit b085f73
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
AMREX_HOME ?= ../amrex
PICSAR_HOME ?= ../picsar
OPENBC_HOME ?= ../openbc_poisson

DEBUG = FALSE
#DEBUG = TRUE
Expand All @@ -24,12 +22,13 @@ TINY_PROFILE = TRUE
#COMM_PROFILE = TRUE
#TRACE_PROFILE = TRUE

USE_OMP = TRUE
USE_MPI = TRUE
USE_OMP = FALSE
USE_GPU = FALSE

EBASE = main

USE_GPUCLOCK = TRUE
USE_GPUCLOCK = FALSE
USE_PYTHON_MAIN = FALSE

USE_SENSEI_INSITU = FALSE
Expand All @@ -41,7 +40,7 @@ WarpxBinDir = Bin
USE_PSATD = FALSE
USE_PSATD_PICSAR = FALSE
USE_RZ = FALSE
USE_LLG = TRUE
USE_LLG = FALSE

USE_EB = FALSE

Expand Down

0 comments on commit b085f73

Please sign in to comment.