ROOTPWA
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
scripts
buildBinsCluster.sh
Go to the documentation of this file.
1
#!/bin/bash
2
3
export
KEYDIR
=$HOME/scratch/COMPASS/PWA2000/key5pi/SET5;
4
echo
"---- STARTING AMPLITUDE CALCULATIONS"
;
5
echo
"---- WAVESET: $KEYDIR"
;
6
echo
;
7
8
test -s $KEYDIR ||
exit
9
ls $KEYDIR
10
11
export
DATADIR
=/nfs/data/user/sneubert/5PiData2
12
13
for
bin
in $DATADIR
/*;
14
do echo "---- Submitting job for bin $bin";
15
qsub -q medium -v KEY=$KEYDIR,BIN=$bin buildBinCluster.sh;
16
done;
17
18
echo "SUBMITTED JOBS"
Generated by
1.8.1.2