Package: fsl-4.1
Version: 4.1.9-6~nd60+1
Severity: normal
File: /usr/lib/fsl/4.1/fsl_sub
If environment variable SGE_ROOT is set, all FSL jobs will be submitted to the
grid engine, regardless of FSLPARALLEL. This problem can be solved by modifying
$FSLDIR/bin/fsl_sub as shown below:
# Allow to override the above ...
if [ -n "$FSLPARALLEL"] ; then
...
# *** begins new code
else
METHOD=NONE
# *** ends new code
fi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]