diff options
author | 2019-11-01 13:15:18 -0400 | |
---|---|---|
committer | 2019-11-01 13:15:18 -0400 | |
commit | 2ce62030fc53ba70d851fce08f8dac40386199fb (patch) | |
tree | f76ce541db60c973f901785913e12f4f404fb4e2 /Tools/performance_tests/run_automated.py | |
parent | c9c57671b9cbb588c3af50125b430a435e603b7f (diff) | |
download | WarpX-2ce62030fc53ba70d851fce08f8dac40386199fb.tar.gz WarpX-2ce62030fc53ba70d851fce08f8dac40386199fb.tar.zst WarpX-2ce62030fc53ba70d851fce08f8dac40386199fb.zip |
pass paths to analysis line
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r-- | Tools/performance_tests/run_automated.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/performance_tests/run_automated.py b/Tools/performance_tests/run_automated.py index 3230cdefd..9a647f13d 100644 --- a/Tools/performance_tests/run_automated.py +++ b/Tools/performance_tests/run_automated.py @@ -232,7 +232,8 @@ if args.mode == 'run': os.remove( 'read_error.txt' ) if os.path.exists( 'read_output.txt' ): os.remove( 'read_output.txt' ) - process_analysis(args.automated, cwd, compiler, architecture, args.n_node_list, start_date) + process_analysis(args.automated, cwd, compiler, architecture, + args.n_node_list, start_date, source_dir_base, res_dir_base) # read the output file from each test and store timers in # hdf5 file with pandas format |