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
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,
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,