runCyl_submit.sh
Go to the documentation of this file.
1 #! /bin/bash
2 #
3 # arguments:
4 # CLUSTER : The cluster number, A user-defined number
5 # NUMJOB: the number of nexus output files to concatenate
6 if [ $# -eq 1 ]; then
7  export NUMJOBS=$1
8 else
9  echo "Usage : "
10  echo " $ runCyl_submit.sh NUMJOB "
11  exit
12 fi
13 
14 #source /grid/fermiapp/products/next/setups.sh
15 #setup jobsub_client
16 
17 #jobsub_submit -G fermilab -M -e SEED_BASE -N $QUEUECOUNT file://$PWD/run_nexus.sh &> run_nexus.log
18 #jobsub_submit -G fermilab -M -e SEED_BASE -N $QUEUECOUNT --opportunistic file://$PWD/run_nexus.sh &> run_nexus.log
19 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runCyl.sh
20 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCyl.sh
21 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT1.sh
22 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT2.sh
23 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runCylT2.sh
24 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT2.sh
25 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT3F.sh
26 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT3.sh
27 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT3_3.sh
28 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT4_4.sh
29 #jobsub_submit -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT5.sh
30 #jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT6.sh
31 #jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT4_4.sh
32 #jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT3_3.sh
33 #jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylT5.sh
34 # Feb. 3 14:31
35 #jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runCylT2Thin.sh
36 # Feb. 3 14:32
37 jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runCylT2Thick.sh
38 # Feb. 3 14:35
39 jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylThick.sh
40 # Feb. 3 14:35
41 jobsub_submit --use_gftp -G lbne -N ${NUMJOBS} --resource-provides=usage_model=DEDICATED,OPPORTUNISTIC file://$PWD/runNoFlukaCylThin.sh
42 
43 exit