On Tue, 13 Dec 2016, Michael Povolotskyi wrote:

> #9  0x00007fffee9dfba8 in libMesh::on_command_line
> (arg="--skip-partitioning") at src/base/libmesh.C:823
> 823       libmesh_assert(command_line.get());

So the command_line object hasn't been initialized.

Have you created a LibMeshInit object?  Even if you don't need it for
initializing MPI, PETSc, etc., there are a few global utility objects
like our command line parser that get initialized in that constructor.
---
Roy

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to