diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-22 16:35:22 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-22 16:35:22 +0800 |
commit | 8e4955445de046b30a3b22eb80e214fcd69de60c (patch) | |
tree | a18c242add0f9215d0992136f64f5a28bd61f344 /net/mpich2/pkg-descr | |
parent | b913f4a78c66af342a7d04678db2c73b1ec39faf (diff) | |
download | freebsd-ports-gnome-8e4955445de046b30a3b22eb80e214fcd69de60c.tar.gz freebsd-ports-gnome-8e4955445de046b30a3b22eb80e214fcd69de60c.tar.zst freebsd-ports-gnome-8e4955445de046b30a3b22eb80e214fcd69de60c.zip |
Add MPICH-2, an implementation of the Message-Passing Interface (MPI).
The goals of MPICH2 are to provide an MPI implementation for important
platforms, including clusters, SMPs, and massively parallel processors.
It also provides a vehicle for MPI implementation research and for
developing new and better parallel programming environments.
MPICH2 replaces MPICH1 and should be used instead of MPICH1 except for
the case of clusters with heterogeneous data representations.
Note: some regression tests fail with Fortran 90, but the problem has
been solved in 1.0.4-rc1, and 1.0.4 should be available RSN.
Repocopied by: marcus
Diffstat (limited to 'net/mpich2/pkg-descr')
-rw-r--r-- | net/mpich2/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/mpich2/pkg-descr b/net/mpich2/pkg-descr index fac61bdd06fb..12dbf1c70c1c 100644 --- a/net/mpich2/pkg-descr +++ b/net/mpich2/pkg-descr @@ -1,8 +1,8 @@ -MPICH is a portable implementation of the MPI (Message Passing -Interface) standard. The goal of MPI, simply stated, is to develop a -widely used standard for writing message-passing programs. As such the -interface should establish a practical, portable, efficient, and -flexible standard for message passing. Included are a full set of -documents and parallel programming examples. +MPICH2 is an implementation of the Message-Passing Interface (MPI). + +The goals of MPICH2 are to provide an MPI implementation for important +platforms, including clusters, SMPs, and massively parallel processors. +It also provides a vehicle for MPI implementation research and for developing +new and better parallel programming environments WWW: http://www.mcs.anl.gov/mpi/mpich/ |