Simplify and decouple mpi interface

Issue #16 resolved
Martin Sandve Alnæs created an issue

This is just to represent work in progress on making the dijitso code more decoupled from mpi issues by not depending on the mpi4py interface.

Comments (1)

  1. Martin Sandve Alnæs reporter

    Already done: jit() takes kwargs send,receive,wait which can be callbacks to perform synchronization operations with choice of method (including e.g. MPI communicator details) wrapped up by caller.

  2. Log in to comment