<div>Hi Satish,</div>
<div> </div>
<div>Can you explain a bit how to change the RDict.py? I don't understand what you mean. </div>
<div> </div>
<div>Thank you.<br><br> </div>
<div><span class="gmail_quote">On 12/7/06, <b class="gmail_sendername">Satish Balay</b> <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> 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>> 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 Thu Dec 07 09:09:11 2006 -0600<br>+++ b/RDict.py Thu Dec 07 09:09:36 2006 -0600<br>@@ -624,6 +624,7 @@ Arg class, which wraps the usual value.'
<br> def save(self, force = 0):<br> '''Save the dictionary after 5 seconds, ignoring all subsequent calls until the save<br> - Giving force = True will cause an immediate save'''<br>+ return 0<br> if force:
<br> self.saveTimer = None<br> # This should be a critical section<br><br><br></blockquote></div><br>