Re: [Libmesh-users] unique id error

2016-03-02 Thread Manav Bhatia
Hi, Please find the attached code and output when run with mpiexec -np 2 ./a.out. The attached files are: config_options: the list of options used to build libmesh mesh.cpp: the code used to reproduce the error err_output : the output when run with mpiexec -np 2 ./a.ou

Re: [Libmesh-users] unique id error

2016-03-01 Thread Roy Stogner
On Tue, 1 Mar 2016, Manav Bhatia wrote: I have libMesh compiled with --enable-unique-id. For a sample problem, I am using the following command to build a ParallelMesh libMesh::MeshTools::Generation::build_square(*_mesh, 10, 10,

[Libmesh-users] unique id error

2016-03-01 Thread Manav Bhatia
Hi, I have libMesh compiled with --enable-unique-id. For a sample problem, I am using the following command to build a ParallelMesh libMesh::MeshTools::Generation::build_square(*_mesh, 10, 10,