diff options
author | 2019-09-03 11:35:55 -0700 | |
---|---|---|
committer | 2019-09-03 11:35:55 -0700 | |
commit | f6d3b9fd84d2c131c50e89f1e957ecc6d7960b20 (patch) | |
tree | d2ba8add81837a43c1c511eccdc3caf52b361a4b /Tools/performance_tests/functions_perftest.py | |
parent | a3973f060b6e3c26dd04eea00315bc00a94e3725 (diff) | |
parent | daeebcf054e98b0e719d21c1df2b98238b1d481c (diff) | |
download | WarpX-f6d3b9fd84d2c131c50e89f1e957ecc6d7960b20.tar.gz WarpX-f6d3b9fd84d2c131c50e89f1e957ecc6d7960b20.tar.zst WarpX-f6d3b9fd84d2c131c50e89f1e957ecc6d7960b20.zip |
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r-- | Tools/performance_tests/functions_perftest.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index 90e014f88..1a0767500 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -144,9 +144,9 @@ def read_run_perf(filename, n_steps): pattern_list = ['\nParticleContainer::Redistribute().*',\ '\nFabArray::FillBoundary().*',\ '\nFabArray::ParallelCopy().*',\ - '\nPICSAR::CurrentDeposition.*',\ - '\nPICSAR::FieldGather.*',\ - '\nPICSAR::ParticlePush.*',\ + '\nPPC::CurrentDeposition.*',\ + '\nPPC::FieldGather.*',\ + '\nPPC::ParticlePush.*',\ '\nPPC::Evolve::Copy.*',\ '\nWarpX::EvolveEM().*',\ 'Checkpoint().*',\ |