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>
This commit is contained in:
parent
08beb7aa30
commit
38f2a0a92b
1 changed files with 6 additions and 1 deletions
|
@ -8,11 +8,16 @@
|
|||
|
||||
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue