Configuration crash - can't start new thread

Satish Balay balay at mcs.anl.gov
Tue Dec 12 17:51:23 CST 2006


The diff means:

- edit python/BuildSystem/RDict.py
- add the follwoing line 
    return 0
  before the code:
    if force:

Satish


On Mon, 11 Dec 2006, Ben Tay wrote:

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




More information about the petsc-users mailing list