Skip to content
Snippets Groups Projects
Commit 55b70f12 authored by Christoph Hasse's avatar Christoph Hasse
Browse files

adapt all benchmark scritps to launch via python module syntax

parent 60d0d191
No related branches found
No related tags found
2 merge requests!131Migrate repo lhcb-core/lhcb-benchmark-scripts to PRConfig,!130Migrate repo lhcb-core/lhcb-benchmark-scripts to PRConfig
Pipeline #1617500 passed
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_comparison.py'
python -m MooreTests.run_throughput_jobs -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_comparison.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_comparison.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_comparison.py'
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_default.py'
python -m MooreTests.run_throughput_jobs -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_default.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_default.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_default.py'
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_track_mva.py'
python -m MooreTests.run_throughput_jobs -n 2e6 '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_track_mva.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_track_mva.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile '$MOOREROOT/options/force_functor_cache.py' '$HLT1CONFROOT/options/hlt1_pp_track_mva.py'
......@@ -2,4 +2,4 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_scaling_jobs.py '$RECOCONFROOT/options/hlt1_reco_baseline.py'
python -m MooreTests.run_throughput_jobs '$RECOCONFROOT/options/hlt1_reco_baseline.py'
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e6 --test-file-db-key=MiniBrunel_2019_MinBias_FTv6_MDF '$MOOREROOT/options/ft_decoding_v6.py' '$RECOCONFROOT/options/hlt1_reco_baseline.py'
python -m MooreTests.run_throughput_jobs -n 2e6 --test-file-db-key=MiniBrunel_2019_MinBias_FTv6_MDF '$MOOREROOT/options/ft_decoding_v6.py' '$RECOCONFROOT/options/hlt1_reco_baseline.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --test-file-db-key=MiniBrunel_2019_MinBias_FTv6_MDF --profile '$MOOREROOT/options/ft_decoding_v6.py' '$RECOCONFROOT/options/hlt1_reco_baseline.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --test-file-db-key=MiniBrunel_2019_MinBias_FTv6_MDF --profile '$MOOREROOT/options/ft_decoding_v6.py' '$RECOCONFROOT/options/hlt1_reco_baseline.py'
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e6 '$RECOCONFROOT/options/hlt1_reco_prforward.py'
python -m MooreTests.run_throughput_jobs -n 2e6 '$RECOCONFROOT/options/hlt1_reco_prforward.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile '$RECOCONFROOT/options/hlt1_reco_prforward.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile '$RECOCONFROOT/options/hlt1_reco_prforward.py'
......@@ -2,6 +2,6 @@
$(dirname $0)/cleanup.sh
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 3e6 '$RECOCONFROOT/options/hlt1_reco_velo_only.py'
python -m MooreTests.run_throughput_jobs -n 3e6 '$RECOCONFROOT/options/hlt1_reco_velo_only.py'
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile '$RECOCONFROOT/options/hlt1_reco_velo_only.py'
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile '$RECOCONFROOT/options/hlt1_reco_velo_only.py'
......@@ -7,6 +7,6 @@ if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 2e4 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_baseline.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_baseline.py' "${cache_dirs[@]}"
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n=-1 -j 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_baseline.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_baseline.py' "${cache_dirs[@]}"
......@@ -7,6 +7,6 @@ if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 1000 -j 40 -t 1 -e 1 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_brunelesque.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 1000 -j 40 -t 1 -e 1 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_brunelesque.py' "${cache_dirs[@]}"
$(dirname $0)/../../python/MooreTests/run_throughput_jobs.py -n 1000 -j 1 -t 1 -e 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_brunelesque.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 1000 -j 1 -t 1 -e 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_reco_brunelesque.py' "${cache_dirs[@]}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment