Skip to content
Snippets Groups Projects

BF: Script tries to remove wait file in pwd not outdir

Merged Matthew Webster requested to merge bf/waitlock into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -34,7 +34,7 @@ echo ""
# that can be used in the subsequent hold call).
job_id=$(fsl_sub --coprocessor=cuda mmorf --version --config ${MMORF_CONFIG})
touch ${outdir}/wait
fsl_sub --jobhold ${job_id} rm wait
fsl_sub --jobhold ${job_id} rm ${outdir}/wait
while [ -e ${outdir}/wait ]; do
sleep 1m
done
Loading