diff --git a/src/cluster.cpp b/src/cluster.cpp index 00a4448e..222b344d 100644 --- a/src/cluster.cpp +++ b/src/cluster.cpp @@ -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())