summaryrefslogtreecommitdiffstats
path: root/cluster/lam
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/lam
initial commit from stable 0.3
Diffstat (limited to 'cluster/lam')
-rwxr-xr-xcluster/lam/BUILD15
-rwxr-xr-xcluster/lam/CONFLICTS2
-rwxr-xr-xcluster/lam/DEPENDS1
-rwxr-xr-xcluster/lam/DETAILS16
-rw-r--r--cluster/lam/HISTORY40
5 files changed, 74 insertions, 0 deletions
diff --git a/cluster/lam/BUILD b/cluster/lam/BUILD
new file mode 100755
index 0000000000..dfb2393184
--- /dev/null
+++ b/cluster/lam/BUILD
@@ -0,0 +1,15 @@
+(
+
+ if ! [ -e /usr/bin/g77 ]; then
+ OPTS="$OPTS --without-fc"
+ fi
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc/lam \
+ $OPTS &&
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/cluster/lam/CONFLICTS b/cluster/lam/CONFLICTS
new file mode 100755
index 0000000000..82441cade4
--- /dev/null
+++ b/cluster/lam/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts mpich2 &&
+conflicts mpich
diff --git a/cluster/lam/DEPENDS b/cluster/lam/DEPENDS
new file mode 100755
index 0000000000..e444067821
--- /dev/null
+++ b/cluster/lam/DEPENDS
@@ -0,0 +1 @@
+depends netkit-rsh
diff --git a/cluster/lam/DETAILS b/cluster/lam/DETAILS
new file mode 100755
index 0000000000..c5b886524d
--- /dev/null
+++ b/cluster/lam/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=lam
+ VERSION=7.0.6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.lam-mpi.org/download/files/$SOURCE
+ MD5[0]=9905fcfebd87a6497b631de1f073542d
+ WEB_SITE=http://www.lam-mpi.org/
+ ENTERED=20020509
+ UPDATED=20020509
+ LICENSE[0]=BSD
+ SHORT="heterogeneus network implementation of MPI"
+cat << EOF
+LAM (Local Area Multicomputer) is an MPI programming environment and development system for heterogeneous computers on a network. With LAM, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer solving one problem.
+
+LAM features extensive debugging support in the application development cycle and peak performance for production applications. LAM features a full implementation of the MPI communication standard.
+EOF
diff --git a/cluster/lam/HISTORY b/cluster/lam/HISTORY
new file mode 100644
index 0000000000..dabac31325
--- /dev/null
+++ b/cluster/lam/HISTORY
@@ -0,0 +1,40 @@
+2004-07-27 David C. Haley <dhaley@hot.rr.com>
+ * DETAILS: Updated to 7.0.6
+
+2004-01-13 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 7.0.4
+ Added to the SHORT description
+ Removed MAINTAINER
+
+2003-11-17 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 7.0.3
+
+2003-10-30 Eric Sandall <eric@sandall.us>
+ * CONFLICTS: Added mpich2
+ * HISTORY: Formatted to Guru Handbook
+
+2003-09-28 Eric Sandall <eric@sandall.us>
+ * DETAILS: Update to 7.0.2
+ Changed LICENSE to LICENSE[0]
+
+2003-03-21 Jason Flatt <jason@flattfamily.com>
+ * BUILD: Put "prepare_install" in the correct order
+
+2003-03-19 Jason Flatt <jason@flattfamily.com>
+ * DETAILS: Updated version to 6.5.9.
+ * BUILD: Added check for ForTran.
+ Added $OPTS to ./configure.
+ * DEPENDS: Created and added depends netkit-rsh.
+ * HISTORY: Reformatted to match Grimoire Guru Handbook.
+
+2002-10-18 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * DETAILS: Added MD5 sum.
+ New version 6.5.7.
+
+2002-06-10 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * DETAILS: Added LICENSE entry.
+ * USEGCC2: Removed
+
+2002-05-09 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Created spell.
+