diff options
author | Erik Schnetter <schnetter@gmail.com> | 2016-09-02 13:57:35 -0400 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-02 10:57:35 -0700 |
commit | d78d18c4bdc307e6afa696c8fab09d90706edce5 (patch) | |
tree | f0b75175c15bf7c242a8b7afdd1549600a2d79aa | |
parent | 5146c64dfc5096ce4320270354acb62135fc63e7 (diff) | |
download | spack-d78d18c4bdc307e6afa696c8fab09d90706edce5.tar.gz spack-d78d18c4bdc307e6afa696c8fab09d90706edce5.tar.bz2 spack-d78d18c4bdc307e6afa696c8fab09d90706edce5.tar.xz spack-d78d18c4bdc307e6afa696c8fab09d90706edce5.zip |
Update OpenMPI description (#1705)
-rw-r--r-- | var/spack/repos/builtin/packages/openmpi/package.py | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/openmpi/package.py b/var/spack/repos/builtin/packages/openmpi/package.py index b0efe27def..f13feb123d 100644 --- a/var/spack/repos/builtin/packages/openmpi/package.py +++ b/var/spack/repos/builtin/packages/openmpi/package.py @@ -50,12 +50,14 @@ def _verbs_dir(): class Openmpi(Package): - """Open MPI is a project combining technologies and resources from - several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) - in order to build the best MPI library available. A completely - new MPI-2 compliant implementation, Open MPI offers advantages - for system and software vendors, application developers and - computer science researchers. + """The Open MPI Project is an open source Message Passing Interface + implementation that is developed and maintained by a consortium + of academic, research, and industry partners. Open MPI is + therefore able to combine the expertise, technologies, and + resources from all across the High Performance Computing + community in order to build the best MPI library available. + Open MPI offers advantages for system and software vendors, + application developers and computer science researchers. """ homepage = "http://www.open-mpi.org" |