We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777bf3f commit d5839f3Copy full SHA for d5839f3
src/scheduler.cpp
@@ -89,8 +89,8 @@ bool pollThreadPrioQueue() {
89
90
bool pollProgress()
91
{
92
- if(CmiMyRank() % backend_poll_thread == 0) return comm_backend::progress();
93
- return false;
+ if(CmiMyRank() % backend_poll_thread == 0) comm_backend::progress();
+ return false; //polling progress doesn't count
94
}
95
96
//will add queue polling functions
0 commit comments