Skip to content
Snippets Groups Projects
Commit 7fe9bf83 authored by Reuben D. Budiardja's avatar Reuben D. Budiardja
Browse files

Fixed qsub line in retest scripts.

parent 14c2a485
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ EOF
#submit job and touch .running file - marker to infrastructure that
qsub ${PACKAGE}.pbs &> ${SW_BLDDIR}/.running
qsub ${PACKAGE}.pbs 2>&1 ${SW_BLDDIR}/.running
# qsub returns 0 on successful job launch, so if failure return 1
if [ $? -ne 0 ]; then
......
......@@ -81,7 +81,7 @@ chmod 664 ${SW_BLDDIR}/test.log
EOF
#submit job and touch .running file - marker to infrastructure that
qsub namd.pbs &> ${SW_BLDDIR}/.running
qsub namd.pbs > ${SW_BLDDIR}/.running
# qsub returns 0 on successful job launch, so if failure return 1
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment