Skip to content

Commit

Permalink
Test grabbing evgen files from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 16, 2024
1 parent 6f4b747 commit 66ae24b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ u_channel_rho:generate:
- if [ "$USE_SIMULATION_CAMPAIGN" = true ] ; then
- echo "Using simulation campaign so skipping this step!"
- else
- echo "Not using simulation campaign but still skipping this step!"
- echo "Not using simulation campaign so grab raw events from S3!"
- snakemake --cores 2 benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root
- ls benchmarks/u_rho/benchmark_output/*
- fi
- echo "Finished gathering events"

Expand Down

0 comments on commit 66ae24b

Please sign in to comment.