[torquedev] Change of default for config option FORCE-NODEFILE
Steve Snelgrove
ssnelgrove at clusterresources.com
Mon Nov 19 14:16:00 MST 2007
We are proposing that the default for this configuration option
should be set as TRUE (1).
Any comments?
Thanks,
Steve
AC_ARG_ENABLE(force-nodefile,
[
--enable-force-nodefile forces creation of nodefile regardless of job
submission parameters. Not on by default.],
[case "${enableval}" in
yes) MOM_FORCENODEFILE=1 ;;
no) MOM_FORCENODEFILE=0 ;;
*) AC_MSG_ERROR(--enable-force-nodefile cannot take a value) ;;
esac],[MOM_FORCENODEFILE=0])dnl
AC_DEFINE_UNQUOTED(MOM_FORCENODEFILE, ${MOM_FORCENODEFILE}, [force
creation of nodefile])
More information about the torquedev
mailing list