From bee0c6e24cad93e22ad09ab21a07537bc0efe919 Mon Sep 17 00:00:00 2001 From: Roy Stogner Date: Thu, 24 Sep 2020 21:32:11 -0500 Subject: [PATCH] Fix scatter for node constraints I'm not sure how this got left in #2558 but it was made redundant by the upgrade there and it's a horrible deadlock to leave it in. --- src/base/dof_map_constraints.C | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/base/dof_map_constraints.C b/src/base/dof_map_constraints.C index 53a93a36321..7392144e6ab 100644 --- a/src/base/dof_map_constraints.C +++ b/src/base/dof_map_constraints.C @@ -4416,11 +4416,6 @@ void DofMap::scatter_constraints(MeshBase & mesh) libmesh_assert_equal_to (ids_offsets.size(), keys_vals.size()); - if (!mesh.is_serial()) - this->comm().receive_packed_range - (pid, &mesh, mesh_inserter_iterator(mesh), - (Node**)nullptr, range_tag); - // Add the node constraints that I've been sent for (auto i : index_range(ids_offsets)) {