Skip to content

multi-threaded, multi-task progress #12

Description

@angainor

We could re-implement progress similarly to the new barrier. Currently, each communicator progresses it's own send worker, and the shared recv worker. If user creates multiple communicators, each of them has to be progressed explicitly. Instead, we could keep a list of all recv workers and all send workers ever created, and progress all of them - as we progress in the new barrier. This could solve the potential task migration issues, when tasks are migrated together with the communicator. Tasks would be now in dependent of the threads, and threads would progress all of their own workers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions