Skip to content

Commit d5839f3

Browse files
committed
polling progress doesn't count
1 parent 777bf3f commit d5839f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scheduler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ bool pollThreadPrioQueue() {
8989

9090
bool pollProgress()
9191
{
92-
if(CmiMyRank() % backend_poll_thread == 0) return comm_backend::progress();
93-
return false;
92+
if(CmiMyRank() % backend_poll_thread == 0) comm_backend::progress();
93+
return false; //polling progress doesn't count
9494
}
9595

9696
//will add queue polling functions

0 commit comments

Comments
 (0)