easyconfigs-it4i/m/MVAPICH2/MVAPICH2-1.9-GNU-5.1.0-2.25.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

19 lines
678 B
Plaintext

name = 'MVAPICH2'
version = '1.9'
homepage = 'http://mvapich.cse.ohio-state.edu/overview/mvapich2/'
description = "This is an MPI 3.0 implementation. It is based on MPICH2 and MVICH."
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
source_urls = ['http://mvapich.cse.ohio-state.edu/download/mvapich2/']
sources = [SOURCELOWER_TGZ]
builddependencies = [('Bison', '2.7')]
configopts = "--enable-btl-openib-failover --with-tm=/opt/pbs/default --with-openib --enable-threads=runtime "
configopts += "--enable-shared --with-device=ch3:nemesis --enable-ckpt --enable-xrc --disable-rdma-cm "
configopts += "--enable-romio --with-file-system=lustre+nfs"
moduleclass = 'mpi'