Skip to content
Snippets Groups Projects

TEST: Test fslStartup logic

Merged Paul McCarthy requested to merge test/fslstartup into master
+ 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