easyconfigs-it4i/m/MPICH/MPICH-3.2.1-GCC-6.3.0-2.27.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

19 lines
562 B
Plaintext

name = 'MPICH'
version = '3.2.1'
homepage = 'http://www.mpich.org/'
description = """MPICH v3.x is an open source high-performance MPI 3.0 implementation.
It does not support InfiniBand (use MVAPICH2 with InfiniBand devices)."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.mpich.org/static/tarballs/%(version)s']
configopts = "--enable-shared"
# Let's store the checksum in order to be sure it doesn't suddenly change
# checksums = ['f414cfa77099cd1fa1a5ae4e22db508a']
moduleclass = 'mpi'