summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:16:40 +0200
committerBor Kraljič2011-10-14 14:16:40 +0200
commit58e73208be756935348b083f7d7e26a686acddc2 (patch)
tree2ab1d04886362cdcbd79cdc998de8c13b98b9e4a
parent1ea4e64acba66da11e13943444e344453a1f0457 (diff)
mpich2: fixed long description wrap (scripted)
-rwxr-xr-xcluster/mpich2/DETAILS6
-rw-r--r--cluster/mpich2/HISTORY3
2 files changed, 8 insertions, 1 deletions
diff --git a/cluster/mpich2/DETAILS b/cluster/mpich2/DETAILS
index 73c0430a12..990c334e56 100755
--- a/cluster/mpich2/DETAILS
+++ b/cluster/mpich2/DETAILS
@@ -10,5 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20031030
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.
+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
index 825376576d..ce398e494c 100644
--- a/cluster/mpich2/HISTORY
+++ b/cluster/mpich2/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on fortran to dependency on gcc with
sub-depends on FORTRAN (scripted)