diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2015-01-19 08:16:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-19 08:16:31 +0700 |
commit | 0ae4f2e8ef9f8c170756da9822016d7997669f7c (patch) | |
tree | eead494de0772713e087bb2543c03696a5e828c6 /system/mpich/README | |
parent | ea19b481a31aa48e5064be99f2fca1401f191384 (diff) | |
download | slackbuilds-0ae4f2e8ef9f8c170756da9822016d7997669f7c.tar.gz |
system/mpich: Added (High-Performance Portable MPI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mpich/README')
-rw-r--r-- | system/mpich/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/mpich/README b/system/mpich/README new file mode 100644 index 0000000000..b04a0a9c25 --- /dev/null +++ b/system/mpich/README @@ -0,0 +1,8 @@ +MPICH is a high-performance and widely portable implementation of the +Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). +The goals of MPICH are: to provide an MPI implementation that +efficiently supports different computation and communication +platforms including commodity clusters, high-speed networks and +proprietary high-end computing systems, and to enable cutting-edge +research in MPI through an easy-to-extend modular framework for other +derived implementations. |