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

Method printAcceleratorDeviceInfo

src/Parallel/MPI.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void seissol::MPI::printAcceleratorDeviceInfo() {
100#ifdef ACL_DEVICE
101 auto& instance = seissol::AcceleratorDevice::getInstance();
102 instance.printInfo();
103#endif
104}
105
106void seissol::MPI::setDataTransferModeFromEnv() {
107 // TODO (Ravil, David): switch to reading this option from the parameter-file.

Callers 1

initMethod · 0.80

Calls 1

printInfoMethod · 0.80

Tested by

no test coverage detected