Skip to content
Snippets Groups Projects
Commit 8e02ad78 authored by Samuel Van Stroud's avatar Samuel Van Stroud
Browse files

grid and run updates

parent 984c3a9f
No related branches found
No related tags found
No related merge requests found
Pipeline #2877945 failed
......@@ -122,6 +122,7 @@ do
--outDS ${OUT_DS} --inDS ${DS}\
--useAthenaPackages --inTarBall=${ZIP}\
--outputs output.h5\
--nFilesPerJob 5
--noEmail > ${OUT_DS}.log 2>&1 &
sleep 1
......
#!/usr/bin/env bash
INPUT_FILE=test_FTAG1.pool.root
#INPUT_FILE=DAOD_FTAG1.19607314._000044.pool.root.1
if [[ ! -f $INPUT_FILE ]] ; then
curl https://dguest-ci.web.cern.ch/dguest-ci/ci/ftag/dumper/21.2.80/DAOD_FTAG1.small.pool.root > ${INPUT_FILE}
fi
# run the script
CFG_FILE=configs/single-b-tag/EMPFlow.json
CFG_FILE=configs/single-b-tag/EMPFlow-DL1d-GNN.json
dump-single-btag -c $(dirname ${BASH_SOURCE[0]})/${CFG_FILE} $INPUT_FILE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment