Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /job_submission_slurm/scripts/DVCS.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 ACCOUNT=${1:-eic}
0004 EMAIL=${2:-${USER}@jlab.org}
0005 
0006 export JUGGLER_TAG=4.0-acadia-stable
0007 #export CAMPAIGNS=/lustre19/expphy/volatile/eic/wdconinc/campaigns
0008 #export RECONSTRUCTION=/lustre19/expphy/volatile/eic/wdconinc/benchmarks/reconstruction_benchmarks
0009 export USEHEPMC3=true
0010 
0011 sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable --array=1-250 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/DVCS/DVCS_18x275_2M/DVCS.1.hepmc 4000
0012 sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable --array=1-250 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/DVCS/DVCS_18x275_2M/DVCS.2.hepmc 4000
0013 sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable --array=1-250 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/DVCS/DVCS_10x100_2M/DVCS.1.hepmc 4000
0014 sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable --array=1-250 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/DVCS/DVCS_10x100_2M/DVCS.2.hepmc 4000
0015 sbatch --account=${ACCOUNT} --mail-user=${EMAIL} --parsable --array=1-250 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/DVCS/DVCS_5x41_1M/DVCS.1.hepmc   4000
0016