On Thu, 19 Nov 2009, Vijay S. Mahadevan wrote:
> I think the problem is because of disabling Hilbert library. In fact
> nothing in mesh_communication_global_indices.C is implemented at all
> if this library is disabled. But I am curious on how the global
> indices got done if only one processor is used !
if (n_parts == 1)
{
this->single_partition (mesh);
return;
}
// First assign a temporary partitioning to any unpartitioned elements
Partitioner::partition_unpartitioned_elements(mesh, n_parts);
In other words, if there's only one partition we don't bother to do
anything complicated.
Sorry about this, folks. I've let BuildBot make me lazy, even though
the regression tests its running aren't anywhere near complete
coverage. Just because I can see that the examples are still passing
automatic tests in serial was no excuse for not manually testing them
in parallel.
We'll be adding parallel tests to the automated queue in a few weeks,
I believe. *Then* I can let BuildBot make me lazy! ;-)
---
Roy
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel