26 |
|
is_it_real "$line" $line |
27 |
|
fi |
28 |
|
done < Modules/Setup.C |
29 |
< |
currloc=`pwd` |
29 |
> |
currloc=`pwd`/ |
30 |
> |
mkdir -p `pwd`/Plots/$savedir/ |
31 |
|
errloc=`pwd`/Plots/$savedir/Official_Log_errors.txt |
32 |
|
logloc=`pwd`/Plots/$savedir/Official_Log.txt |
33 |
|
thisscript=`basename $0` |
34 |
|
cmd="qsub -e $errloc -o $logloc -N aCBAF $thisscript $currloc" |
35 |
|
eval $cmd |
36 |
< |
echo "Job has been sent in" |
36 |
> |
echo -e "Job has been sent in using the following command: \n $cmd" |
37 |
|
} |
38 |
|
function runjob { |
39 |
|
source /swshare/ROOT/thisroot.sh |
42 |
|
} |
43 |
|
|
44 |
|
compname=`hostname` |
45 |
< |
echo "You are calilng this script from: $compname" |
45 |
> |
echo "You are calling this script from: $compname" |
46 |
|
|
47 |
|
if [[ $compname == *t3ui* ]]; then |
48 |
|
echo "We're on a user interface - going to submit jobs" |