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

RF: use new fsl_sub syntax

parent f881b286
No related branches found
No related tags found
1 merge request!39MNT: Allow fsl_sub to fail, e.g. when trying to run eddy_cuda on a non-cuda machine
Pipeline #13761 passed
......@@ -62,7 +62,7 @@ do
variant=`echo ${variant} | sed 's/eddy_//'`
if [[ "${exe}" == *"cuda"* ]]; then
fsl_sub="fsl_sub -l ${outdir} -q cuda.q"
fsl_sub="fsl_sub -l ${outdir} --coprocessor=cuda"
else
fsl_sub="fsl_sub -l ${outdir} -q long.q -s openmp,6"
fi
......
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