Skip to content

Commit ad99f4c

Browse files
committed
Increase verbosity level for warmup_run
We have epic geometry construction often exiting with an error code, but without any message on CI. This should help to start debugging this behaviour.
1 parent e0c4f32 commit ad99f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ rule warmup_run:
109109
shell: """
110110
set -m # monitor mode to prevent lingering processes
111111
exec ddsim \
112+
-v VERBOSE \
112113
--runType batch \
113114
--numberOfEvents 1 \
114115
--compactFile "$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml" \

0 commit comments

Comments
 (0)