IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

Stub MPI implementation #4

Closed pastewka closed 5 years ago

pastewka commented 5 years ago

We need a simple stub implementation of COMM_WORLD and File so that we can use MPITools without mpi4py installed. This is useful because installation of mpi4py requires a local MPI install which many machines don't have.

pastewka commented 5 years ago

I started working on this.

pastewka commented 5 years ago

A minimal stub is now present and tests run without mpi4py