diff options
author | 2019-09-03 09:44:26 -0700 | |
---|---|---|
committer | 2019-09-03 09:44:26 -0700 | |
commit | c46cb79646eba30d53de97379b1d89f62a7dcc22 (patch) | |
tree | 941037d5dc594abbda6f296e9c5b3027d6c69ddf /Tools/performance_tests/run_automated.py | |
parent | dafbe3ebd3afd7e026274a1082f15b5e0e849b95 (diff) | |
download | WarpX-c46cb79646eba30d53de97379b1d89f62a7dcc22.tar.gz WarpX-c46cb79646eba30d53de97379b1d89f62a7dcc22.tar.zst WarpX-c46cb79646eba30d53de97379b1d89f62a7dcc22.zip |
remove some lines just for test
Diffstat (limited to 'Tools/performance_tests/run_automated.py')
-rw-r--r-- | Tools/performance_tests/run_automated.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/performance_tests/run_automated.py b/Tools/performance_tests/run_automated.py index 59018fc42..1c695164c 100644 --- a/Tools/performance_tests/run_automated.py +++ b/Tools/performance_tests/run_automated.py @@ -11,10 +11,10 @@ if os.getenv("NERSC_HOST") == 'cori': machine = 'cori' from cori import executable_name, process_analysis, get_config_command, time_min, get_submit_job_command, get_batch_string, get_run_string -machine = 'summit' -from summit import executable_name, process_analysis, get_config_command, time_min, get_submit_job_command, get_batch_string, get_run_string +# machine = 'summit' +# from summit import executable_name, process_analysis, get_config_command, time_min, get_submit_job_command, get_batch_string, get_run_string -print("machine = " + machine) +# print("machine = " + machine) # typical use: python run_automated.py --n_node_list='1,8,16,32' --automated # Assume warpx, picsar, amrex and perf_logs repos ar in the same directory and |