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

Method printInfo

src/Parallel/AcceleratorDevice.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void AcceleratorDevice::printInfo() {
67 const auto rank = seissol::MPI::mpi.rank();
68 for (const auto& warn : warnMessages) {
69 logWarning(rank) << warn.c_str();
70 }
71 for (const auto& info : infoMessages) {
72 logInfo(rank) << info.c_str();
73 }
74}
75} // namespace seissol

Callers 1

Calls 2

rankMethod · 0.80
c_strMethod · 0.80

Tested by

no test coverage detected