Skip to content

Commit

Permalink
Snakefile: minor optional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Nov 9, 2024
1 parent d8e6478 commit 4bd3a3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmarks/zdc_neutron/Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os


# Generate the single neutrons and put them into a HepMC file
rule zdc_neutron_hepmc:
input:
Expand All @@ -25,7 +22,8 @@ rule zdc_neutron_sim:
num_events=100,
shell:
"""
npsim \
set -m # monitor mode to prevent lingering processes
exec npsim \
--runType batch \
-v WARNING \
--compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
Expand Down

0 comments on commit 4bd3a3b

Please sign in to comment.