On May 10, 2010, at 1:34 PM, jtg wrote:
> I nominate this test for inclusion in the FiPy manual, > as a quick way to verify that Trilinos has been built > properly. I'm not sure that Daniel's second is recognized by Robert's Rules of Order, but I am adding a similar test to the docs from fipy import parallel, Grid1D mesh = Grid1D(nx=10) print "%d cells on processor %d of %d" % (mesh.getNumberOfCells(), parallel.procID, parallel.Nproc) that confirms both that multiple processors are in play and that FiPy is actually making use of them.
