We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1af49d + 3680d37 commit af1c651Copy full SHA for af1c651
1 file changed
src/QMCApp/QMCMain.cpp
@@ -99,7 +99,7 @@ QMCMain::QMCMain(Communicate* c)
99
<< "\n Number of ranks in group = " << myComm->size()
100
<< "\n MPI ranks per node = " << node_comm.size()
101
#if defined(ENABLE_OFFLOAD) || defined(ENABLE_CUDA) || defined(ENABLE_ROCM) || defined(ENABLE_SYCL)
102
- << "\n Accelerators per node = " << DeviceManager::getGlobal().getNumDevices()
+ << "\n Accelerators per rank = " << DeviceManager::getGlobal().getNumDevices()
103
#endif
104
<< std::endl;
105
// clang-format on
0 commit comments