Hi,

I am testing an update from maui 3.3 to maui 3.3.1 on RHEL6. On startup,
this error message is shown in the logs:

    05/10 10:13:34 ERROR:    unexpected parameter[114]
'NODEDOWNSTATEDELAYTIME' detected

Looking through the source code, that parameter is defined in
src/moab/MConst.c:

      { "NODEDOWNSTATEDELAYTIME",   pNodeDownStateDelayTime,
mdfString,  mxoSched, NULL },

however, the config file parser src/moab/MConfig.c does not handle it.
Trying a grep for "pNodeDownStateDelayTime" on MConfig.c indicates that it
does not occur in that file. It does, however appear in other files:
MJob.c, MPar.c, and MRes.c

A patch is attached.

Cheers,
    Dave

--
David Chin, Ph.D.
chi...@wfu.edu                  High Performance Computing Systems Analyst
Office: +1.336.758.2964         Wake Forest University
Mobile: +1.336.608.0793         Winston-Salem, NC
Email-to-txt: 3366080...@mms.att.net           Google Talk: chi...@wfu.edu
Web: http://users.wfu.edu/chindw/  http://linuxfollies.blogspot.com/
     https://plus.google.com/108169173177119739731/about

Attachment: maui-3.3.1-mconfig.patch
Description: Binary data

_______________________________________________
mauiusers mailing list
mauiusers@supercluster.org
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to