mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Fix comment
This commit is contained in:
committed by
Stéphane Nicolet
parent
87f0fa55a0
commit
fb5c1f5bf5
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user