diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-12-15 19:48:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:58 +0700 |
commit | 2158e832e84dd168e54debed5e1db941067e94f5 (patch) | |
tree | 94cf053ff05c3a5f4915822fa6eee27ecac17f33 /python/python3-mpi4py/README | |
parent | 2dd111794d18fcfe10d289176cd3cc4a524d8f49 (diff) |
python/python3-mpi4py: Added (Message Passing Interface bindings)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mpi4py/README')
-rw-r--r-- | python/python3-mpi4py/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-mpi4py/README b/python/python3-mpi4py/README new file mode 100644 index 0000000000..6475a11137 --- /dev/null +++ b/python/python3-mpi4py/README @@ -0,0 +1,4 @@ + This package provides Python bindings for the Message Passing +Interface (MPI) standard. It is implemented on top of the MPI +specification and exposes an API which grounds on the standard +MPI-2 C++ bindings. |