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? -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
