Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.08 KB

MPI interface for the Julia language

Docs latest Build Status Build status codecov.io Coverage Status

This is a basic Julia wrapper for the portable message passing system Message Passing Interface (MPI). Inspiration is taken from mpi4py, although we generally follow the C and not the C++ MPI API. (The C++ MPI API is deprecated.)