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/slack-desc | |
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/slack-desc')
-rw-r--r-- | system/mpich/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/mpich/slack-desc b/system/mpich/slack-desc new file mode 100644 index 0000000000..d1cc0b7e27 --- /dev/null +++ b/system/mpich/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mpich: mpich (High-Performance Portable MPI) +mpich: +mpich: MPICH is a high-performance and widely portable implementation of the +mpich: Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). +mpich: The goals of MPICH are: to provide an MPI implementation that +mpich: efficiently supports different computation and communication +mpich: platforms including commodity clusters, high-speed networks and +mpich: proprietary high-end computing systems, and to enable cutting-edge +mpich: research in MPI through an easy-to-extend modular framework for other +mpich: derived implementations. +mpich: |