27 |
|
fi |
28 |
|
done < Modules/Setup.C |
29 |
|
currloc=`pwd`/ |
30 |
+ |
echo "Going to create the following directory (if it doesn't exit): `pwd`/Plots/$savedir/" |
31 |
|
mkdir -p `pwd`/Plots/$savedir/ |
32 |
|
errloc=`pwd`/Plots/$savedir/Official_Log_errors.txt |
33 |
|
logloc=`pwd`/Plots/$savedir/Official_Log.txt |
34 |
|
thisscript=`basename $0` |
35 |
< |
cmd="qsub -e $errloc -o $logloc -N aCBAF $thisscript $currloc" |
35 |
> |
cmd="qsub -e $errloc -o $logloc -q all.q -N aCBAF $thisscript $currloc" |
36 |
|
eval $cmd |
37 |
|
echo -e "Job has been sent in using the following command: \n $cmd" |
38 |
|
} |