MCPcopy Create free account
hub / github.com/KaHIP/KaHIP / construct

Method construct

parallel/parallel_src/lib/dspac/dspac.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void dspac::construct(parallel_graph_access &split_graph) {
16 assert(assert_adjacency_lists_sorted());
17 MPI_Barrier(m_comm);
18 internal_construct(split_graph);
19 MPI_Barrier(m_comm);
20 assert(assert_sanity_checks(split_graph));
21}
22
23void dspac::internal_construct(parallel_graph_access &split_graph) {
24 int size, rank;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected