<div>That makes it sound like instead of NOOP, it's "test if value is initialized, and raise an error if not" which may not have been intended. You might try commenting out that line.</div>
<div> </div>
<div>Peter<br><br> </div>
<div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">David Mathog</b> <<a href="mailto:mathog@caltech.edu">mathog@caltech.edu</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">> However the 5<br>> instances where uninitialized variables are used would go a long<br>> way towards explaining the flakiness of this Tyan board.
<br><br>On second thought, no.  I checked these code sections and<br>each instance is like this one:<br><br>  Method (_MSG, 1, NotSerialized)<br>  {<br>      Store (Local0, Local0)<br>  }<br><br>Apparently they had to put something into the body of the method
<br>and used "store a value back onto itself" as a sort of no-op.<br><br>Regards,<br><br>David Mathog<br><a href="mailto:mathog@caltech.edu">mathog@caltech.edu</a><br>Manager, Sequence Analysis Facility, Biology Division, Caltech
<br>_______________________________________________<br>Beowulf mailing list, <a href="mailto:Beowulf@beowulf.org">Beowulf@beowulf.org</a><br>To change your subscription (digest mode or unsubscribe) visit <a href="http://www.beowulf.org/mailman/listinfo/beowulf">
http://www.beowulf.org/mailman/listinfo/beowulf</a><br></blockquote></div><br>