<div>Hi Satish,</div>
<div>&nbsp;</div>
<div>Can you explain a bit how to change the RDict.py? I don't understand what you mean. </div>
<div>&nbsp;</div>
<div>Thank you.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/7/06, <b class="gmail_sendername">Satish Balay</b> &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, 7 Dec 2006, Satish Balay wrote:<br><br>&gt; I'll sugest using a different machine for install.<br>
<br>Can you try the following change to python/BuildSystem/RDict.py - and<br>then run configure with the option '--useThreads=0' - and see if it<br>works?<br><br>Satish<br>------------------------------------------------<br>
<br>diff -r e6686438867b90e62e969d5f96189924d4bd27f2 RDict.py<br>--- a/RDict.py&nbsp;&nbsp;Thu Dec 07 09:09:11 2006 -0600<br>+++ b/RDict.py&nbsp;&nbsp;Thu Dec 07 09:09:36 2006 -0600<br>@@ -624,6 +624,7 @@ Arg class, which wraps the usual value.'
<br>&nbsp;&nbsp;def save(self, force = 0):<br>&nbsp;&nbsp;&nbsp;&nbsp;'''Save the dictionary after 5 seconds, ignoring all subsequent calls until the save<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Giving force = True will cause an immediate save'''<br>+&nbsp;&nbsp;&nbsp;&nbsp;return 0<br>&nbsp;&nbsp;&nbsp;&nbsp;if force:
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;self.saveTimer = None<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# This should be a critical section<br><br><br></blockquote></div><br>