This patch has been applied and is available in the newly released patch 19.
--
Joshua Butikofer
Cluster Resources, Inc.
[EMAIL PROTECTED]
Voice: (801) 717-3707
Fax: (801) 717-3738
--------------------------
Åke Sandgren wrote:
> Hi!
> In MFSProcessOConfig there seems to be a bug in handling the FSPOLICY
> argument.
> case pFSPolicy:
>
> if (strchr(SVal,'%'))
> MSched.PercentBasedFS = TRUE;
>
> if (MUBoolFromString(SVal,FALSE) == TRUE)
> {
> /* enable backlevel support */
>
> F->FSPolicy = fspDPS;
> }
> else
> {
> F->FSPolicy = MUGetIndex(SVal,MFSPolicyType,FALSE,F->FSPolicy);
> }
>
> If SVal contains % the MUGetIndex will always fail as far as i can see,
> i.e. returning the Default.
>
> Will this work? This of course assumes the the '%' is always at the end.
> case pFSPolicy:
>
> if ((p = strchr(SVal,'%')) != NULL) {
> MSched.PercentBasedFS = TRUE;
> *p = '\0';
> }
>
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers