Skip to content

[WIP] Comm tasks are special

Pedro Gonnet requested to merge comm_tasks_are_special into master

Don't handle send/recv tasks in the regular queue. Instead, pick out the MPI_Requests and keep them in a separate list and call either MPI_Testany or MPI_Testsome on it to get completed communication tasks before hitting the regular list of tasks.

Edited by Pedro Gonnet

Merge request reports