Skip to content

Commit

Permalink
cleanup of (now) unnecessary/dangerous workflow parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Nov 29, 2024
1 parent 205b275 commit d36f23d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions hbw/scripts/hbwtasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ hbw_merge_reduction(){
--shifts nominal \
--datasets $datasets \
--cf.MergeReducedEvents-workflow htcondor \
--cf.ReduceEvents-workflow htcondor \
--cf.ReduceEvents-pilot \
--cf.ReduceEvents-parallel-jobs 4000 \
--cf.ReduceEvents-retries 1 \
Expand Down Expand Up @@ -98,9 +97,6 @@ hbw_ml_training(){
--cf.PrepareMLEvents-htcondor-memory 4000 \
--cf.PrepareMLEvents-pilot True \
--cf.MergeReducedEvents-workflow htcondor \
--cf.MergeReductionStats-n-inputs -1 \
--cf.ReduceEvents-workflow htcondor \
--cf.SelectEvents-workflow htcondor \
--cf.SelectEvents-pilot True \
--cf.BundleRepo-custom-checksum $(checksum) \
--retries 2 \
Expand All @@ -117,10 +113,6 @@ hbw_plot_ml_training(){
--cf.PrepareMLEvents-workflow htcondor \
--cf.PrepareMLEvents-htcondor-memory 4000 \
--cf.PrepareMLEvents-pilot True \
--cf.MergeReducedEvents-workflow htcondor \
--cf.MergeReductionStats-n-inputs -1 \
--cf.ReduceEvents-workflow htcondor \
--cf.SelectEvents-workflow htcondor \
--cf.SelectEvents-pilot True \
--cf.BundleRepo-custom-checksum $(checksum) \
--retries 2 \
Expand All @@ -142,11 +134,6 @@ hbw_datacards(){
--cf.MergeMLEvents-htcondor-memory 4000 \
--cf.MergeMLEvents-max-runtime 3h \
--cf.PrepareMLEvents-workflow htcondor \
--cf.PrepareMLEvents-pilot True \
--cf.MergeReducedEvents-workflow htcondor \
--cf.MergeReductionStats-n-inputs -1 \
--cf.ReduceEvents-workflow htcondor \
--cf.SelectEvents-workflow htcondor \
--cf.SelectEvents-pilot True \
--cf.BundleRepo-custom-checksum $(checksum) \
--retries 2 \
Expand All @@ -168,12 +155,7 @@ hbw_rebin_datacards(){
--cf.MergeMLEvents-htcondor-memory 4000 \
--cf.MergeMLEvents-max-runtime 3h \
--cf.PrepareMLEvents-workflow htcondor \
--cf.PrepareMLEvents-pilot True \
--cf.MergeReducedEvents-workflow htcondor \
--cf.MergeReductionStats-n-inputs -1 \
--cf.ReduceEvents-workflow htcondor \
--cf.SelectEvents-workflow htcondor \
--cf.SelectEvents-pilot True \
--cf.BundleRepo-custom-checksum $(checksum) \
--retries 2 \
$@
Expand Down

0 comments on commit d36f23d

Please sign in to comment.