Re: [Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Andrea Hawkins
Got it. Thanks! Andrea On Thu, Jun 3, 2010 at 2:50 PM, Roy Stogner wrote: > > On Thu, 3 Jun 2010, Andrea Hawkins wrote: > ParallelMesh::allgather() >> >> I inserted mesh.allgather() prior to every mesh.write, but this didn't >> fix the issue. Is there anything else (easy) I should worry abou

Re: [Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Roy Stogner
On Thu, 3 Jun 2010, Andrea Hawkins wrote: >>> ParallelMesh::allgather() > > I inserted mesh.allgather() prior to every mesh.write, but this didn't > fix the issue. Is there anything else (easy) I should worry about? I'm afraid not. > Is anyone actively looking at the libHilbert bug? Or is this

Re: [Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Andrea Hawkins
>> >> ParallelMesh::allgather() > I inserted mesh.allgather() prior to every mesh.write, but this didn't fix the issue. Is there anything else (easy) I should worry about? Is anyone actively looking at the libHilbert bug? Or is this something that will probably not get fixed for awhile and I would

Re: [Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Andrea Hawkins
>> I'm experimenting with ParallelMesh hoping it will in scaling. > > I guess one way to avoid running into a possible AMR bug with the > PeriodicBoundary stuff is to use a class that has a *definite* AMR > bug. ;-) Well, you know... =) > >> So, is there a way to serialize a parallel mesh. In lo

Re: [Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Roy Stogner
On Thu, 3 Jun 2010, Andrea Hawkins wrote: > I'm experimenting with ParallelMesh hoping it will in scaling. I guess one way to avoid running into a possible AMR bug with the PeriodicBoundary stuff is to use a class that has a *definite* AMR bug. ;-) > When running in debug mode I get the follow

[Libmesh-users] Parallel Mesh Write

2010-06-03 Thread Andrea Hawkins
Hello- I'm experimenting with ParallelMesh hoping it will in scaling. When running in debug mode I get the following warning: Warning: This MeshInput subclass only support meshes which have been serialized! [0] /h1/ahawkins/LIBRARIES/LIBMESH/libmesh-r3882/include/mesh/mesh_input.h, line 134, com