mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 17:19:36 +00:00
Fix comment
This commit is contained in:
parent
87f0fa55a0
commit
fb5c1f5bf5
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue