diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-05 14:20:38 +1000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:49 +0100 |
commit | 6310a43dfe8bf17fb459b767f51882e876661d31 (patch) | |
tree | 32f6499c581122164a227c24f2bea1370ee56a75 /system/mpich/README | |
parent | 7002c7841487cd3049f89359e229b9ba84b630b6 (diff) | |
download | slackbuilds-6310a43dfe8bf17fb459b767f51882e876661d31.tar.gz |
system/mpich: Updated for version 3.2 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'system/mpich/README')
-rw-r--r-- | system/mpich/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/system/mpich/README b/system/mpich/README index b04a0a9c25..12abd1860a 100644 --- a/system/mpich/README +++ b/system/mpich/README @@ -1,8 +1,10 @@ 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. +The goals of MPICH are: +(1) to provide an MPI implementation that efficiently supports different + computation and communication platforms including commodity clusters + (desktop systems, shared-memory systems, multicore architectures), + high-speed networks (10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) + and proprietary high-end computing systems (Blue Gene, Cray) and +(2) to enable cutting-edge research in MPI through an easy-to-extend + modular framework for other derived implementations. |