On Apr 13, 2011, at 3:32 PM, Roy Stogner wrote: > No; you're getting it because you're trying to write to unallocated > memory. Try recompiling and running with METHOD=dbg and you'll > probably pin down an out-of-bounds array access.
Just to be clear there is no Petsc error here. Petsc is just "helpfully" catching the error for you.... This is just a normal "segfault" (ie accessing memory out of bounds... ie running off the end of an array... etc.). It's easy to get confused though when Petsc prints out tons of error stuff for something simple like a segfault though ;-) Derek ------------------------------------------------------------------------------ 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
