From 1dc26e982ea15b405a2768a9e3141584ae8b331d Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Mon, 19 Sep 2022 11:38:28 +0200 Subject: [PATCH] git diff --staged --- scan | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scan b/scan index daa38d6..cb83861 100755 --- a/scan +++ b/scan @@ -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