aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/GNUmakefile22
-rw-r--r--Python/Make.package2
2 files changed, 0 insertions, 24 deletions
diff --git a/Python/GNUmakefile b/Python/GNUmakefile
deleted file mode 100644
index 2aefb78be..000000000
--- a/Python/GNUmakefile
+++ /dev/null
@@ -1,22 +0,0 @@
-AMREX_HOME ?= ../../amrex
-PICSAR_HOME ?= ../../picsar
-
-DEBUG = FALSE
-#DEBUG = TRUE
-
-DIM = 3
-
-COMP = gcc
-
-TINY_PROFILE = TRUE
-TINY_PROFILE = FALSE
-
-USE_MPI = TRUE
-USE_OMP = TRUE
-
-EBASE = main
-
-USE_PYTHON_MAIN = TRUE
-
-WARPX_HOME := ..
-include $(WARPX_HOME)/Source/Make.WarpX
diff --git a/Python/Make.package b/Python/Make.package
deleted file mode 100644
index 11c30fbe4..000000000
--- a/Python/Make.package
+++ /dev/null
@@ -1,2 +0,0 @@
-# Add problem specific stuff here.
-