1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

Fix comment

This commit is contained in:
Joost VandeVondele 2018-12-24 17:32:21 +01:00 committed by Stéphane Nicolet
parent 87f0fa55a0
commit fb5c1f5bf5

View file

@ -124,7 +124,7 @@ bool getline(std::istream& input, std::string& str) {
size = vec.size();
}
// Some MPI implementations use busy-wait pooling, while we need yielding
// Some MPI implementations use busy-wait polling, while we need yielding
static MPI_Request reqInput = MPI_REQUEST_NULL;
MPI_Ibcast(&size, 1, MPI_INT, 0, InputComm, &reqInput);
if (is_root())