diff options
author | 2018-09-28 15:52:10 -0700 | |
---|---|---|
committer | 2018-09-28 15:52:10 -0700 | |
commit | a61872bb069fadf8e93d6dd735f9665595869def (patch) | |
tree | 618b553463ed068f88de1f770477c59decf799b5 /Python | |
parent | a74400059c2e0a5f5e98b3a223078dddb2dbe933 (diff) | |
download | WarpX-a61872bb069fadf8e93d6dd735f9665595869def.tar.gz WarpX-a61872bb069fadf8e93d6dd735f9665595869def.tar.zst WarpX-a61872bb069fadf8e93d6dd735f9665595869def.zip |
Deleted obsolete files.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/GNUmakefile | 22 | ||||
-rw-r--r-- | Python/Make.package | 2 |
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. - |