summaryrefslogtreecommitdiffstats
path: root/cluster/mpich/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/mpich/DETAILS')
-rwxr-xr-xcluster/mpich/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/cluster/mpich/DETAILS b/cluster/mpich/DETAILS
new file mode 100755
index 0000000000..ac88141bac
--- /dev/null
+++ b/cluster/mpich/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=mpich
+ VERSION=1.2.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.mcs.anl.gov/pub/mpi/$SOURCE
+ MD5[0]=b814674e55570c635a3506a8b0d6bac5
+ WEB_SITE=http://www-unix.mcs.anl.gov/mpi/mpich
+ ENTERED=20020122
+ UPDATED=20020503
+ LICENSE[0]=http://www-unix.mcs.anl.gov/mpi/mpich/docs/faq.htm#using
+ BUILD_API=2
+ SHORT="Portable implementation of MPI"
+cat << EOF
+MPI (Message Passing Interface) is a specification for a standard library for message passing that was defined by the MPI Forum, a broadly based group of parallel computer vendors, library writers, and applications specialists. MPICH is unique among existing implementations in its design goal of combining portability with high performance.
+EOF