Thank you,
this was indeed the problem.
Michael.
On 12/13/2016 02:52 PM, Roy Stogner wrote:
>
> On Tue, 13 Dec 2016, Michael Povolotskyi wrote:
>
>> #9 0x7fffee9dfba8 in libMesh::on_command_line
>> (arg="--skip-partitioning") at src/base/libmesh.C:823
>> 823 libmesh_assert(command_line.
On Tue, 13 Dec 2016, Michael Povolotskyi wrote:
> #9 0x7fffee9dfba8 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?