diff options
author | 2019-09-06 18:25:36 -0700 | |
---|---|---|
committer | 2019-09-06 18:25:36 -0700 | |
commit | 2869722867cc9e7509aca07ecf6c32cd34715f5a (patch) | |
tree | 60f5cf31526babcd31e50be062f292c4ab9c5758 /Tools/plot_parallel.py | |
parent | cae1e79ad5caacbc69298f1f39d03a227da94f2b (diff) | |
download | WarpX-2869722867cc9e7509aca07ecf6c32cd34715f5a.tar.gz WarpX-2869722867cc9e7509aca07ecf6c32cd34715f5a.tar.zst WarpX-2869722867cc9e7509aca07ecf6c32cd34715f5a.zip |
add cori submission script for postprocessing
Diffstat (limited to 'Tools/plot_parallel.py')
-rw-r--r-- | Tools/plot_parallel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/plot_parallel.py b/Tools/plot_parallel.py index db8ac0aed..e72600251 100644 --- a/Tools/plot_parallel.py +++ b/Tools/plot_parallel.py @@ -8,6 +8,8 @@ import scipy.constants as scc This script loops over all WarpX plotfiles in a directory and, for each plotfile, saves an image showing the field and particles. +Requires yt>3.5 and Python3 + It can be run serial: > python plot_parallel.py --path <path/to/plt/files> or parallel |