File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
.github/validation_samples/signal Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 88# ##############################################################################
99
1010start_group Produce Dark Brem Library
11- wget https://raw.githubusercontent.com/LDMX-Software/dark-brem-lib-gen/main/env.sh
12- source env.sh
13- # commented out lines are dbgen's defaults for reference
14- dbgen use v5.0
15- # dbgen cache ${HOME} <- only matters for apptainer/singularity
16- # dbgen work /tmp
17- # dbgen dest $PWD
18- mkdir scratch
19- dbgen work scratch
20- dbgen run \
11+ curl -s https://tomeichlersmith.github.io/denv/install | sh
12+ # use docker so we don't have to tell podman to look at the docker.io registry
13+ export DENV_RUNNER=docker
14+ denv init ldmx/dark-brem-lib-gen:v5.1.0
15+ denv dark-brem-lib-gen \
2116 --run 1 \
22- --max_energy 8.0 \
17+ --max-energy 8.0 \
2318 --apmass 0.01
19+ # cleanup denv
20+ rm -r .denv
2421end_group
You can’t perform that action at this time.
0 commit comments