summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:16:39 +0200
committerBor Kraljič2011-10-14 14:16:39 +0200
commit07b35cd2fa50076a21940ebdbdb5ffe4685b5f8d (patch)
tree80a80afacf6a386d5e392f791159f7cbe17f5220 /cluster
parent0740d86e0fea732cea3adb84258ef45beb3f8e44 (diff)
lam: fixed long description wrap (scripted)
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/lam/DETAILS9
-rw-r--r--cluster/lam/HISTORY3
2 files changed, 10 insertions, 2 deletions
diff --git a/cluster/lam/DETAILS b/cluster/lam/DETAILS
index 248179102b..0675c8edd9 100755
--- a/cluster/lam/DETAILS
+++ b/cluster/lam/DETAILS
@@ -10,7 +10,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20020509
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 (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.
+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
index a3164898b9..790696dc22 100644
--- a/cluster/lam/HISTORY
+++ b/cluster/lam/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2007-03-03 Jeremy Blosser <jblosser-smgl@firinn.org>
* BUILD: Replace bad TRACK_ROOT usage (automated).