Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /job_submission_slurm/scripts/SR.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/bash
0002 
0003 EMAIL=${2:-${USER}@jlab.org}
0004 
0005 export JUGGLER_TAG=master
0006 export CAMPAIGNS=/lustre19/expphy/volatile/eic/wdconinc/campaigns
0007 export USEHEPMC3=false
0008 
0009 SBATCH="sbatch --mail-user=${EMAIL} --parsable --array=1-50 --time=24:00:00"
0010 
0011 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25098.hepmc 10000
0012 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25099.hepmc 10000
0013 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25100.hepmc 10000
0014 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25101.hepmc 10000
0015 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25111.hepmc 10000
0016 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25112.hepmc 10000
0017 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25113.hepmc 10000
0018 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25114.hepmc 10000
0019 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25115.hepmc 10000
0020 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25116.hepmc 10000
0021 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25117.hepmc 10000
0022 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25118.hepmc 10000
0023 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25119.hepmc 10000
0024 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25120.hepmc 10000
0025 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25130.hepmc 10000
0026 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25131.hepmc 10000
0027 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25132.hepmc 10000
0028 ${SBATCH} scripts/submit.sh hepmc3 EVGEN/SR/SR.10GeV_5kVthreshold_hepmc/25133.hepmc 10000
0029