debugging thor stuff

This commit is contained in:
othocaeS 2016-07-25 17:32:54 -04:00
parent bf4dc5476d
commit 7795f8a4b5

View File

@ -121,7 +121,7 @@ do
sed "s@%ROOTDIR%@$(pwd)@g"| sed "s@%ROOTDIR%@$(pwd)@g"|
sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript
cd thor cd thor
qsub $submitscript >> submissions qsub "$submitscript" >> submissions
cd .. cd ..
else else
time bin/psdlag tmp.psdlagargs > $outputfile time bin/psdlag tmp.psdlagargs > $outputfile