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'