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

Method WriterModule

src/IO/Writer/Module/WriterModule.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace seissol::io::writer::module {
22
23WriterModule::WriterModule(const std::string& prefix,
24 const ScheduledWriter& settings,
25 const parallel::Pinning& pinning)
26 : rank(seissol::MPI::mpi.rank()), prefix(prefix), settings(settings), pinning(pinning) {}
27
28void WriterModule::setUp() {
29 logInfo(rank) << "Output Writer" << settings.name << ": setup.";

Callers

nothing calls this directly

Calls 1

rankMethod · 0.80

Tested by

no test coverage detected