Console Output
+ diff --exclude=.git --exclude=version_clubb_core.txt --exclude=version_silhs.txt -r clubb clubb_release
diff '--exclude=.git' '--exclude=version_clubb_core.txt' '--exclude=version_silhs.txt' -r clubb/jenkins_tests/clubb_generalized_vertical_grid_test/Jenkinsfile clubb_release/jenkins_tests/clubb_generalized_vertical_grid_test/Jenkinsfile
30c30
< python3 run_scripts/run_clubb_w_varying_flags.py -g -f run_scripts/run_bindiff_w_flags_config_example.json'''
---
> python3 run_scripts/run_clubb_w_varying_flags.py -f run_scripts/run_bindiff_w_flags_config_example.json'''
diff '--exclude=.git' '--exclude=version_clubb_core.txt' '--exclude=version_silhs.txt' -r clubb/run_scripts/run_clubb_w_varying_flags.py clubb_release/run_scripts/run_clubb_w_varying_flags.py
199,205d198
< # For a generalized grid test, greatly reduce or eliminate stats output.
< # Otherwise, use the standard stats file.
< if args.gg_test:
< stats_file = "tuning_stats.in"
< else:
< stats_file = "standard_stats.in"
<
228,229d220
< "--stats",
< f"{abs_clubb_path}/input/stats/{stats_file}",
248,249d238
< "--stats",
< f"{abs_clubb_path}/input/stats/{stats_file}",