diff options
author | 2019-10-23 17:55:43 -0400 | |
---|---|---|
committer | 2019-10-23 17:55:43 -0400 | |
commit | 13a61f107de0b10bbe5351f770f0fa865eb7e44a (patch) | |
tree | 104bc08fe931547939ac9e1e135ba4f53fc5dd01 /Tools/performance_tests/run_automated.py | |
parent | cc70af6c0413fe44088cf75ff34f2b3920916762 (diff) | |
download | WarpX-13a61f107de0b10bbe5351f770f0fa865eb7e44a.tar.gz WarpX-13a61f107de0b10bbe5351f770f0fa865eb7e44a.tar.zst WarpX-13a61f107de0b10bbe5351f770f0fa865eb7e44a.zip |
cleaning
Diffstat (limited to '')
-rw-r--r-- | Tools/performance_tests/run_automated.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Tools/performance_tests/run_automated.py b/Tools/performance_tests/run_automated.py index 3d0a05bd7..b51b109b9 100644 --- a/Tools/performance_tests/run_automated.py +++ b/Tools/performance_tests/run_automated.py @@ -95,8 +95,7 @@ if args.automated == True: update_perf_log_repo = True push_on_perf_log_repo = False pull_3_repos = True - # recompile = True - recompile = False + recompile = True if machine == 'summit': compiler = 'gnu' architecture = 'gpu' @@ -151,8 +150,8 @@ if args.mode == 'run': git_repo.pull() git_repo = git.cmd.Git( amrex_dir ) git_repo.pull() - # git_repo = git.cmd.Git( warpx_dir ) - # git_repo.pull() + git_repo = git.cmd.Git( warpx_dir ) + git_repo.pull() # Copy WarpX/GNUmakefile to current directory and recompile # with specific options for automated performance tests. |