summaryrefslogtreecommitdiffstats
path: root/cluster/mpich2
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/mpich2
initial commit from stable 0.3
Diffstat (limited to 'cluster/mpich2')
-rwxr-xr-xcluster/mpich2/BUILD6
-rwxr-xr-xcluster/mpich2/CONFLICTS2
-rwxr-xr-xcluster/mpich2/DEPENDS2
-rwxr-xr-xcluster/mpich2/DETAILS15
-rw-r--r--cluster/mpich2/HISTORY34
5 files changed, 59 insertions, 0 deletions
diff --git a/cluster/mpich2/BUILD b/cluster/mpich2/BUILD
new file mode 100755
index 0000000000..93bff0a9c8
--- /dev/null
+++ b/cluster/mpich2/BUILD
@@ -0,0 +1,6 @@
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc/mpich \
+ --disable-f77 \
+ --enable-g77 \
+ $OPTS &&
+make
diff --git a/cluster/mpich2/CONFLICTS b/cluster/mpich2/CONFLICTS
new file mode 100755
index 0000000000..8b491c8c92
--- /dev/null
+++ b/cluster/mpich2/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts mpich &&
+conflicts lam
diff --git a/cluster/mpich2/DEPENDS b/cluster/mpich2/DEPENDS
new file mode 100755
index 0000000000..60d7ffe5cd
--- /dev/null
+++ b/cluster/mpich2/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends g77
diff --git a/cluster/mpich2/DETAILS b/cluster/mpich2/DETAILS
new file mode 100755
index 0000000000..8aac65d1cf
--- /dev/null
+++ b/cluster/mpich2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=mpich2
+ VERSION=1.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.mcs.anl.gov/pub/mpi/$SOURCE
+ MD5[0]=67ca1814ace4dea69636d7146441c2c0
+ WEB_SITE=http://www-unix.mcs.anl.gov/mpi/${SPELL}
+ ENTERED=20031030
+ UPDATED=20031030
+ LICENSE[0]=http://www-unix.mcs.anl.gov/mpi/mpich2/license.htm
+ BUILD_API=2
+ SHORT="Portable implementation of MPICH with MPI-2 extensions"
+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. Contains the MPI-2 extensions.
+EOF
diff --git a/cluster/mpich2/HISTORY b/cluster/mpich2/HISTORY
new file mode 100644
index 0000000000..87ebb314a1
--- /dev/null
+++ b/cluster/mpich2/HISTORY
@@ -0,0 +1,34 @@
+2005-03-05 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 1.0.1
+
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Python renamed to python
+
+2004-11-10 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 1.0
+ * DEPENDS: Added dependency on g77
+ * BUILD: Removed $C_FIFO lines (it's build_api 2...)
+
+2004-09-26 David C. Haley <dhaley@hot.rr.com>
+ * BUILD: removed && from last line
+ Add (...) > $C_FIFO 2>&1 lines
+
+2004-09-17 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.971
+ Removed MAINTAINER
+ Added BUILD_API=2
+ * BUILD: Converted to BUILD_API 2
+
+2004-07-27 David C. Haley <dhaley@hot.rr.com>
+ * DETAILS: updated to 0.97
+
+2004-02-23 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Added dependency on Python (Bug #5910)
+
+2004-01-25 David C. Haley <dhaley@hot.rr.com>
+ * DETAILS: updated version to 0.96p2
+
+2003-10-30 Eric Sandall <eric@sandall.us>
+ * Created spell.
+ * Added to cluster
+