On Thu, 14 Apr 2011, Derek Gaston wrote: > Aha! Just needed a call to gather_neighboring_elements()! We were > apparently running without any valid neighbors at all! Weird that > it even worked that way!
I'm pretty stunned - I'd have expected a run without semilocal elements to be completely hosed, not just a little confused about sparsity patterns. You're putting that gather_neighboring_elements() in the NemesisIO::read() code, right? It's definitely *not* the sort of thing you want to rely on user code remembering. ;-) What's the exact configure line you've got breaking with AMR disabled? Our BuildBot config runs one or two configurations without AMR disabled, but the number of --enable/--disable combinations posssible is O(2^N), whereas the number we actually test is more like O(10). --- Roy ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
