diff options
author | 2019-09-06 16:10:18 -0700 | |
---|---|---|
committer | 2019-09-06 16:10:18 -0700 | |
commit | dd2c942ef02f75595cd1ec1f64cea3c43a046053 (patch) | |
tree | b5ad44314e7dfe25e216ac4a47fe041d861f5c92 /Tools/performance_tests/functions_perftest.py | |
parent | 875d7cad1cc6ad857162b748366c1ed13e4148eb (diff) | |
parent | 71afdc58cc48a70956054047002fb113d8be5693 (diff) | |
download | WarpX-dd2c942ef02f75595cd1ec1f64cea3c43a046053.tar.gz WarpX-dd2c942ef02f75595cd1ec1f64cea3c43a046053.tar.zst WarpX-dd2c942ef02f75595cd1ec1f64cea3c43a046053.zip |
Merge branch 'dev' into PortingFortranPML_To_CPP_CUDA
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().*',\ |