Skip to content
Snippets Groups Projects
Commit 024655a6 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Print mmorf executable. Save fsl_sub log files to test output directory.

parent 548b4240
No related branches found
No related tags found
1 merge request!63RF: Print `mmorf` executable. Save `fsl_sub` log files to test output directory
Pipeline #23502 skipped
......@@ -16,9 +16,9 @@ cat mov_to_ref_mm.ini | \
sed "s%##MMORF_OUTPUT_DIR##%${outdir}%g" > \
${MMORF_CONFIG}
echo "----------"
echo "MMORF Test"
echo "----------"
echo "-----------"
echo "MMORF Test: $(which mmorf)"
echo "-----------"
echo ""
# Run MMORF
......@@ -32,7 +32,7 @@ echo ""
# cluster. This will just run normally if running
# locally (but fsl_sub will still return a job id
# 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 --logdir=${outdir} mmorf --version --config ${MMORF_CONFIG})
touch ${outdir}/wait
fsl_sub --jobhold ${job_id} rm ${outdir}/wait
while [ -e ${outdir}/wait ]; do
......
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