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.out

    Please let me know if you need more information. 

Thanks,
Manav

> On Mar 1, 2016, at 5:33 PM, Roy Stogner <royst...@ices.utexas.edu> wrote:
> 
> 
> 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,
>>                                                0, _length,
>>                                                0, _width,
>>                                                e_type);
>> 
>>  When I run in debug mode I get the following error.
> 
> Could you send me a copy of code (and instructions e.g. how many
> processors to run on) reproducing the error?
> 
>> — how critical is unique-id support for parallel mesh?
> 
> If your mesh's entities all have unique hilbert ids (i.e. there's no
> overlapping nodes or element centroids) then the unique_id is
> unnecessary.
> 
>> — Is there a correct way to initialize a parallel mesh using
>> MeshTools that would not trip this error?
> 
> No, you're almost certainly doing things right.  I'd very much
> appreciate if you could help reproduce the problem so I can find the
> bug.
> ---
> Roy

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to