I just pulled petsc-dev and am getting the following error in the tests.<br><br>John<br><br><br>Running test examples to verify correct installation<br>Using PETSC_DIR=/home/vchivukula/NumericalLibraries/petsc-dev and PETSC_ARCH=linux-intel<br>
Possible error running C/C++ src/snes/examples/tutorials/ex19 with 1 MPI process<br>See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>lid velocity = 0.0016, prandtl # = 1, grashof # = 1<br>
[0]PETSC ERROR: ------------------------------------------------------------------------<br>[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range<br>[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger<br>
[0]PETSC ERROR: or see <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind[0]PETSC">http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind[0]PETSC</a> ERROR: or try <a href="http://valgrind.org">http://valgrind.org</a> on GNU/linux and Apple Mac OS X to find memory corruption errors<br>
[0]PETSC ERROR: likely location of problem given in stack below<br>[0]PETSC ERROR: ---------------------  Stack Frames ------------------------------------<br>[0]PETSC ERROR: Note: The EXACT line numbers in the stack are not available,<br>
[0]PETSC ERROR:       INSTEAD the line number of the start of the function<br>[0]PETSC ERROR:       is given.<br>[0]PETSC ERROR: [0] PetscSectionCreateGlobalSection line 440 src/vec/vec/impls/seq/vsection.c<br>[0]PETSC ERROR: [0] DMGetDefaultGlobalSection line 2624 src/dm/interface/dm.c<br>
[0]PETSC ERROR: [0] DMGetDefaultSF line 2656 src/dm/interface/dm.c<br>[0]PETSC ERROR: [0] DMGlobalToLocalBegin line 1012 src/dm/interface/dm.c<br>[0]PETSC ERROR: [0] DMDAFunction line 177 src/dm/impls/da/da2.c<br>[0]PETSC ERROR: [0] DM user function line 0 unknownunknown<br>
[0]PETSC ERROR: [0] DMComputeFunction line 1896 src/dm/interface/dm.c<br>[0]PETSC ERROR: [0] SNESDefaultComputeFunction_DMLegacy line 379 src/snes/utils/dmsnes.c<br>[0]PETSC ERROR: [0] SNES user function line 0 unknownunknown<br>
[0]PETSC ERROR: [0] SNESComputeFunction line 1821 src/snes/interface/snes.c<br>[0]PETSC ERROR: [0] SNESSolve_LS line 143 src/snes/impls/ls/ls.c<br>[0]PETSC ERROR: [0] SNESSolve line 3395 src/snes/interface/snes.c<br><br>