Skip to content

Commit

Permalink
Update config.yml tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 17, 2024
1 parent ce5f8eb commit 77954ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ u_channel_rho:generate:
- echo "Using simulation campaign so skipping this step!"
- else
- echo "Not using simulation campaign so grab raw events from S3!"
- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
#- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- fi
- echo "Finished gathering events"

Expand All @@ -33,7 +33,7 @@ u_channel_rho:simulate:
- if [ "$USE_SIMULATION_CAMPAIGN" = true ] ; then
- echo "Using simulation campaign so skipping this step!"
- else
#- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- echo "Running Geant4"
- bash benchmarks/u_rho/simulate.sh
- fi
Expand Down

0 comments on commit 77954ba

Please sign in to comment.