On Wed, 13 Apr 2011, Omar Al-Abbasi wrote: > [0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, > > I expect that I am getting this error because V is not written in a way that > PETSc recognize. I would appreciate any suggestions.
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. --- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
