MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / Distributor

Method Distributor

src/IO/Reader/Distribution.cpp:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177namespace seissol::io::reader {
178Distributor::Distributor(MPI_Comm comm) : comm(comm) {}
179
180void Distributor::setup(const std::vector<std::size_t>& sourceIds,
181 const std::vector<std::size_t>& targetIds) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected