Skip to content
Snippets Groups Projects

Testing the need for mc add

Closed Wouter Deconinck requested to merge test-or-remove-mc-add into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -18,6 +18,7 @@ nevents:
matrix:
- DATA: ["DVCS.csv", "DIS.csv", "SIDIS.csv", "SINGLE.csv"]
script:
- mc config host list | grep -v SecretKey
- mc config host add S3 https://dtn01.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
- mkdir -p results/datasets/nevents/
- cat $DATA | parallel -j 8 --colsep "," scripts/count_events.sh {1} {2} | tee results/datasets/nevents/$DATA
Loading