Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /job_submission_slurm/scripts/SPECTROSCOPY.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 
0005 export JUGGLER_TAG=nightly
0006 export CAMPAIGNS=/lustre19/expphy/volatile/eic/wdconinc/campaigns
0007 export RECONSTRUCTION=/lustre19/expphy/volatile/eic/wdconinc/benchmarks/reconstruction_benchmarks
0008 export USEHEPMC3=true
0009 
0010 sbatch --account=${ACCOUNT} --parsable --array=1-28 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/psi2s_10_100.hepmc 20000
0011 sbatch --account=${ACCOUNT} --parsable --array=1-17 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/psi2s_5_100.hepmc  20000
0012 sbatch --account=${ACCOUNT} --parsable --array=1-13 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/x_10_100.hepmc     20000
0013 sbatch --account=${ACCOUNT} --parsable --array=1-12 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/x_5_100.hepmc      20000
0014 sbatch --account=${ACCOUNT} --parsable --array=1-20 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/y_10_100.hepmc      1250
0015 sbatch --account=${ACCOUNT} --parsable --array=1-20 --time=24:00:00 scripts/submit.sh hepmc3 EVGEN/SPECTROSCOPY/y_5_100.hepmc       2000