Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /job_submission_slurm/scripts/SIDIS.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 export JUGGLER_TAG=nightly
0004 export CAMPAIGNS=$(realpath ~/EIC/campaigns)
0005 export RECONSTRUCTION=$(realpath ~/EIC/benchmarks/reconstruction_benchmarks)
0006 export USEHEPMC3=true
0007 
0008 SBATCH="sbatch --parsable --time=24:00:00"
0009 
0010 ${SBATCH} --array=1-500 scripts/submit.sh hepmc3 EVGEN/SIDIS/ep_18x110.hepmc 2000
0011 ${SBATCH} --array=1-5   scripts/submit.sh hepmc3 EVGEN/SIDIS/Lambda/hepmc_P8test.hepmc
0012 
0013 for i in `seq 1 100` ; do
0014   ${SBATCH} --array=1-5 scripts/submit.sh hepmc3 EVGEN/SIDIS/dis_eicBeam_eA_18x110/out_${i}.hepmc 2000
0015 done