Skip to content

Commit

Permalink
git diff --staged
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Sep 19, 2022
1 parent 0eb3f78 commit 1dc26e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scan
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ if __name__ == "__main__":
# run
multiCmsRun(process, **step_opt)

# warm up only once
step_opt['warmup'] = False
# if the input files do not depend on the job configuration, warm up only once
if events_extra_per_thread == 0:
step_opt['warmup'] = False

# print the CSV header only once
step_opt['header'] = False

0 comments on commit 1dc26e9

Please sign in to comment.