File indexing completed on 2025-01-18 10:17:58
0001
0002
0003 ACCOUNT=${1:-eic}
0004 EMAIL=${2:-${USER}@jlab.org}
0005
0006 export JUGGLER_TAG=nightly
0007 export CAMPAIGNS=$(realpath ~/EIC/campaigns)
0008
0009 export USEHEPMC3=true
0010
0011 SBATCH="sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable"
0012
0013 ${SBATCH} --array=1-100 scripts/submit.sh hepmc3 EVGEN/EXCLUSIVE/DVMP/lAger/lager-vmp-25mrad.upsilon-10on100.4pi.disp-ups-87-electron.run00001-lumi1000.hepmc 1000
0014 ${SBATCH} --array=1-100 scripts/submit.sh hepmc3 EVGEN/EXCLUSIVE/DVMP/lAger/lager-vmp-25mrad.upsilon-18on275.4pi.disp-ups-87-electron.run00001-lumi1000.hepmc 1000
0015 ${SBATCH} --array=1-100 scripts/submit.sh hepmc3 EVGEN/EXCLUSIVE/DVMP/lAger/lager-vmp-25mrad.upsilon-10on100.4pi.disp-ups-87-muon.run00001-lumi1000.hepmc 1000
0016 ${SBATCH} --array=1-100 scripts/submit.sh hepmc3 EVGEN/EXCLUSIVE/DVMP/lAger/lager-vmp-25mrad.upsilon-18on275.4pi.disp-ups-87-muon.run00001-lumi1000.hepmc 1000
0017