summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorNithin Senthil Kumar <52734841+nithintsk@users.noreply.github.com>2020-08-10 22:35:41 -0400
committerGitHub <noreply@github.com>2020-08-10 21:35:41 -0500
commit38f2a0a92b8686dac9eaffbfff9ef61b0565e89e (patch)
tree9baea74c1388d4fc90b32125c55487729d445c77 /var
parent08beb7aa30c5ce7bba8774a1968cfa22c1838dee (diff)
downloadspack-38f2a0a92b8686dac9eaffbfff9ef61b0565e89e.tar.gz
spack-38f2a0a92b8686dac9eaffbfff9ef61b0565e89e.tar.bz2
spack-38f2a0a92b8686dac9eaffbfff9ef61b0565e89e.tar.xz
spack-38f2a0a92b8686dac9eaffbfff9ef61b0565e89e.zip
Updated docstring description for MVAPICH2 (#17921)
* Updated docstring description for MVAPICH2 * Fixed flake8 character count warning and added maintainers * Removed trailing whitespaces Co-authored-by: nithintsk <nithintsk@github.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mvapich2/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mvapich2/package.py b/var/spack/repos/builtin/packages/mvapich2/package.py
index 336f593806..f857b58eb2 100644
--- a/var/spack/repos/builtin/packages/mvapich2/package.py
+++ b/var/spack/repos/builtin/packages/mvapich2/package.py
@@ -8,11 +8,16 @@ import sys
class Mvapich2(AutotoolsPackage):
- """MVAPICH2 is an MPI implementation for Infiniband networks."""
+ """Mvapich2 is a High-Performance MPI Library for clusters with diverse
+ networks (InfiniBand, Omni-Path, Ethernet/iWARP, and RoCE) and computing
+ platforms (x86 (Intel and AMD), ARM and OpenPOWER)"""
+
homepage = "http://mvapich.cse.ohio-state.edu/"
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.3.4.tar.gz"
list_url = "http://mvapich.cse.ohio-state.edu/downloads/"
+ maintainers = ['nithintsk', 'harisubramoni']
+
# Prefer the latest stable release
version('2.3.4', sha256='7226a45c7c98333c8e5d2888119cce186199b430c13b7b1dca1769909e68ea7a')
version('2.3.3', sha256='41d3261be57e5bc8aabf4e32981543c015c5443ff032a26f18205985e18c2b73')