diff options
author | 2020-04-21 16:37:38 -0700 | |
---|---|---|
committer | 2020-04-21 16:37:38 -0700 | |
commit | 7febf79398d10467ca3b3bf7575949f8af312589 (patch) | |
tree | f90550a8e2bcc13529c7a8215ecc0f950515af1c /Source/Utils/WarpXUtil.cpp | |
parent | c8b0aa8cda2be070831f50e93ec4837a0e8e6cec (diff) | |
download | WarpX-7febf79398d10467ca3b3bf7575949f8af312589.tar.gz WarpX-7febf79398d10467ca3b3bf7575949f8af312589.tar.zst WarpX-7febf79398d10467ca3b3bf7575949f8af312589.zip |
Add hostname to LoadBalanceCosts reduced diagnostic (#902)
* Add hostname to reduced diags
EOL
Fix rd loadbalancecosts test
AMREX_USE_MPI
EOL
move macro to source file
Review changes
eol
add GPU ID if running on GPU
eol
Typo in comment
use vectors to get rid of C-style memory management
Fix for test
eol
* Compute number of unique box data fields in analysis script
* analysis script
* Use amrex Tokenize to split string
* Update WarpXUtil.cpp
* Update WarpXUtil.H
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index 7340056fc..f841b43ed 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -1,6 +1,5 @@ /* Copyright 2019-2020 Andrew Myers, Burlen Loring, Luca Fedeli * Maxence Thevenet, Remi Lehe, Revathi Jambunathan - * Revathi Jambunathan * * This file is part of WarpX. * |