2012/8/28 Daniel Wheeler <[email protected]> > > > On Tue, Aug 28, 2012 at 8:08 AM, Benny Malengier < > [email protected]> wrote: > >> Hi, >> >> Installed fipy trunk on a new computer and I seem to have a trilinos >> issue. >> I found the error also here: >> http://matforge.org/fipy/wiki/TrilinosMapPuzzle >> >> What I do is open a console, import fipy, then CTRL+D to exit it. I >> immediately obtain a warning Teuchos::RCPNode >> >> Any ideas on what is happening? >> > > Can you figure out which import is causing this? Try running it in the > debugger and stepping through "import fipy". This might be a little > laborious, but you should get to the import eventually. Actually, try > importing Eperta and make a communicator. > > >>> from PyTrilinos import Epetra > >>> Epetra.PyComm() > > Does that break? >
No. Using pdb also gives no warning on import fipy. Only when I quit pdb the warning is given. Import of PyTrilinos or one of its parts does not give the warning. Only import of fipy when stopping python. Benny > > -- > Daniel Wheeler > > _______________________________________________ > fipy mailing list > [email protected] > http://www.ctcms.nist.gov/fipy > [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] > >
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
