Skip to content
Snippets Groups Projects
Commit e3a60b56 authored by Matthew Webster's avatar Matthew Webster
Browse files

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

parent 8b2d65cc
No related branches found
No related tags found
1 merge request!58BF: Script tries to remove wait file in pwd not outdir
Pipeline #19478 skipped
...@@ -34,7 +34,7 @@ echo "" ...@@ -34,7 +34,7 @@ echo ""
# that can be used in the subsequent hold call). # that can be used in the subsequent hold call).
job_id=$(fsl_sub --coprocessor=cuda mmorf --version --config ${MMORF_CONFIG}) job_id=$(fsl_sub --coprocessor=cuda mmorf --version --config ${MMORF_CONFIG})
touch ${outdir}/wait touch ${outdir}/wait
fsl_sub --jobhold ${job_id} rm wait fsl_sub --jobhold ${job_id} rm ${outdir}/wait
while [ -e ${outdir}/wait ]; do while [ -e ${outdir}/wait ]; do
sleep 1m sleep 1m
done done
......
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