Hi all,

Writing out equations systems failed during run, which used to work before.
Just go to examples/system_equations/ex1/, make and run, it gives the
following error msgs:

--->test: write out the Exodus file ...

Warning:  This MeshOutput subclass only supports meshes which have been
serialized!

Warning:  This MeshOutput subclass only supports meshes which have been
serialized!

[0]PETSC ERROR:
------------------------------------------------------------------------

[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation,
probably memory access out of range

[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger

[0]PETSC ERROR: or see
http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind

[0]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X
to find memory corruption errors

[0]PETSC ERROR: likely location of problem given in stack below

[0]PETSC ERROR: ---------------------  Stack Frames
------------------------------------

[0]PETSC ERROR: Note: The EXACT line numbers in the stack are not available,

[0]PETSC ERROR:       INSTEAD the line number of the start of the function

[0]PETSC ERROR:       is given.

[0]PETSC ERROR: --------------------- Error Message
--------------------------------------------------------------

[0]PETSC ERROR: Signal received

[0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for
trouble shooting.

[0]PETSC ERROR: Petsc Release Version 3.5.4, May, 23, 2015

[0]PETSC ERROR: ./example-opt on a arch-darwin-c-debug named
mcswl160.mcs.anl.gov by xzhao Thu Jul 30 11:41:24 2015

[0]PETSC ERROR: Configure options --with-cc=gcc-4.9 --with-cxx=g++-4.9
--with-fc=gfortran-4.9 --with-cxx-dialect=C++11 --download-mpich
--download-fblaslapack --download-scalapack --download-mumps
–download-superlu_dist --download-hypre --download-ml --download-parmetis
--download-metis --download-triangle --download-chaco --download-elemental
--with-debugging=1

[0]PETSC ERROR: #1 User provided function() line 0 in  unknown file

application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0

[unset]: aborting job:

application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0


However, if I comment on the following line, everything is good.
ExodusII_IO(mesh).write_equation_systems ("out.e", equation_systems);
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to