Skip to content

Commit af1c651

Browse files
authored
Merge pull request #5560 from ye-luo/accel-per-rank
Printout correction "Accelerators per rank"
2 parents b1af49d + 3680d37 commit af1c651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/QMCApp/QMCMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ QMCMain::QMCMain(Communicate* c)
9999
<< "\n Number of ranks in group = " << myComm->size()
100100
<< "\n MPI ranks per node = " << node_comm.size()
101101
#if defined(ENABLE_OFFLOAD) || defined(ENABLE_CUDA) || defined(ENABLE_ROCM) || defined(ENABLE_SYCL)
102-
<< "\n Accelerators per node = " << DeviceManager::getGlobal().getNumDevices()
102+
<< "\n Accelerators per rank = " << DeviceManager::getGlobal().getNumDevices()
103103
#endif
104104
<< std::endl;
105105
// clang-format on

0 commit comments

Comments
 (0)