Re: [Libmesh-users] Error while mesh partitioning by subdomain_partitioner

2021-03-10 Thread Pilhwa Lee
Dear John, Thanks for the clarification. With best regards, Pilhwa ___ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-users

Re: [Libmesh-users] Error while mesh partitioning by subdomain_partitioner

2021-03-10 Thread John Peterson
On Wed, Mar 10, 2021 at 8:01 AM Pilhwa Lee wrote: > Dear John, > > I didn’t point out the actual reason of the problem in the previous > correspondence. > > The issue was “distributed mesh”. In TACC, I need to use “allgather” to > fetch all elements of the mesh. That wasn’t the case in my local >

Re: [Libmesh-users] Error while mesh partitioning by subdomain_partitioner

2021-03-10 Thread Pilhwa Lee
Dear John, I didn’t point out the actual reason of the problem in the previous correspondence. The issue was “distributed mesh”. In TACC, I need to use “allgather” to fetch all elements of the mesh. That wasn’t the case in my local workstation with the same code. Could you clarify how the us