From 38f2a0a92b8686dac9eaffbfff9ef61b0565e89e Mon Sep 17 00:00:00 2001 From: Nithin Senthil Kumar <52734841+nithintsk@users.noreply.github.com> Date: Mon, 10 Aug 2020 22:35:41 -0400 Subject: 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 --- var/spack/repos/builtin/packages/mvapich2/package.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'var') 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') -- cgit v1.2.3-70-g09d2