From 614bc0ea733b10dd5ffead52d45f2d868f6889f3 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 17 Oct 2024 17:00:37 +0200 Subject: [PATCH] Add short list of extensions that are provided by this collection to README Signed-off-by: Christoph Niethammer --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2119336..0006572 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Collection of extensions to the [Message Passing Interface (MPI) standard](https://www.mpi-forum.org/). +The following extensions to the MPI standard are provided in this collection: + +| Function | Description | +| -------- | ----------- | +| MPIX_Dims_weighted_create | Replacement of MPI_Dims_create that factorizes a number taking into account weights for the individual dimensions. This is usefull for creating an optimized Cartesian process topology. | +| MPI_Info_set_json | Convinience funtion that sets (key, value) pairs to an MPI info object from a JSON string | + ## Getting Started ### Prerequisites