Skip to content

Commit

Permalink
Add short list of extensions that are provided by this collection to …
Browse files Browse the repository at this point in the history
…README

Signed-off-by: Christoph Niethammer <[email protected]>
  • Loading branch information
cniethammer committed Oct 17, 2024
1 parent b970691 commit 1605217
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| -------- | ----------- |
| MPI_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
Expand Down

0 comments on commit 1605217

Please sign in to comment.