Dear developers,

I modified both parallel_sort.h and parallel_sort.C by using dof_id_type,
the code successfully compiled, but it still stuck at the line
Parallel::Sort<Hilbert::HilbertIndices> sorter (communicator,
sorted_hilbert_keys);

Now I disable the libHilbert, it works through anyway.

May I know the largest parallel case ever attempted using libmesh?

Thank you.

Regards,
Li Luo


On Fri, Feb 1, 2019 at 12:01 AM Stogner, Roy H <royst...@ices.utexas.edu>
wrote:

>
> On Thu, 31 Jan 2019, Li Luo wrote:
>
> > I changed from "typename IdxType=unsigned int" to "typename
> IdxType=dof_id_type" in parallel_sort.h (libmesh_dir/include/parallel/),
> and then
> > reconfigure and make. Errors occur as follows:
>
> Ah, I forgot, you'd also need to change (or add new) instantiations at
> the end of parallel_sort.C, from unsigned int to dof_id_type there as
> well.
>
> > I am an old fan of libMesh and I am now still using libmesh0.9.3,
>
> I'm not sure what percent of our last ~1200 PRs were bug fixes for
> bugs that old, but I bet you'll have better luck upgrading to master
> than trying to find every applicable patch for 0.9.3.
> ---
> Roy
>


-- 

Postdoctoral Fellow
Extreme Computing Research Center
King Abdullah University of Science & Technology
https://sites.google.com/site/rolyliluo/

-- 

This message and its contents, including attachments are intended solely 
for the original recipient. If you are not the intended recipient or have 
received this message in error, please notify me immediately and delete 
this message from your computer system. Any unauthorized use or 
distribution is prohibited. Please consider the environment before printing 
this email.

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to