mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
19 lines
678 B
Plaintext
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'
|