PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
Loading...
Searching...
No Matches

◆ assemble_graph()

static std::map< int, std::set< int > > pism::details::assemble_graph ( MPI_Comm  comm,
const std::map< int, std::set< int > > &  subgraph 
)
static

Assemble complete graph info by gathering edges from all MPI ranks that have at least one patch.

Definition at line 149 of file label_components_parallel.cc.

References pism::k, pack_data(), and unpack_data().

Referenced by final_labels().