From 56e13ada9b8620dbd3615a80c7c0457e638a5b1a Mon Sep 17 00:00:00 2001 From: Anna Daly Date: Thu, 25 Jul 2019 12:49:14 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index cd30990..a1fb231 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ MS-MPI offers several benefits: - High performance on the Windows operating system. - Binary compatibility across different types of interconnectivity options. +## Version of MPI standard + +MS-MPI is MPI 2.2 compliant with the exception of Fortran bindings errata around attributes interop between C and Fortran. MS-MPI implements a subset of features from MPI 3.1 standard: + - Non-blocking collectives, + - RMA, + - MPI shared memory, + - New datatypes, + - Large counts, + - Matched probe. + +For the full list of APIs please see [Microsoft MPI Reference](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi). + ## MS-MPI downloads The following are current downloads for MS-MPI: