easyconfigs-it4i/m/MVAPICH2/MVAPICH2-2.3-GCC-6.3.0-2.27.eb
Lukáš Krupčík e6ac01dbda new file: c/Cube/Cube-4.4.3-gompi-2019.02.eb
new file:   c/CubeGUI/CubeGUI-4.4.3-gompi-2019.02.eb
	new file:   c/CubeLib/CubeLib-4.4.3-gompi-2019.02.eb
	new file:   c/CubeW/CubeW-4.4.2-gompi-2019.02.eb
	new file:   m/MVAPICH2/MVAPICH2-2.3-GCC-6.3.0-2.27.eb
	new file:   p/ParMETIS/ParMETIS-4.0.3-foss-2018a.eb
	new file:   s/Scalasca/Scalasca-2.5-gompi-2019.02.eb
	new file:   s/Scalasca/Scalasca-2.5-gompi-2019.03.eb
	new file:   s/Scalasca/Scalasca-2.5-intel-2017a.eb
	new file:   s/Scalasca/Scalasca-2.5-intel-2018a.eb
	new file:   s/Score-P/Score-P-5.0-gompi-2019.02.eb
	new file:   s/SuiteSparse/SuiteSparse-5.4.0-foss-2018a-METIS-5.1.0.eb
	new file:   t/Trilinos/Trilinos-12.12.1-foss-2018a-Py-2.7.eb
	new file:   t/Trilinos/Trilinos-12.14.1-foss-2018a-Py-2.7.eb
	modified:   t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
	deleted:    s/Score-P/Score-P-5.0-intel-2019.02.eb
2019-05-09 09:43:36 +02:00

28 lines
847 B
Plaintext

# IT4Innovations 2019
name = 'MVAPICH2'
version = '2.3'
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': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/']
sources = [SOURCELOWER_TAR_GZ]
preconfigopts = 'unset F90 && unset FC && unset F90FLAGS && unset FCFLAGS && '
configopts = "--enable-btl-openib-failover --with-tm=/opt/pbs/default --with-openib "
configopts += "--enable-threads=runtime --enable-shared --with-device=ch3:nemesis "
configopts += "--disable-rdma-cm --enable-romio --with-file-system=lustre+nfs "
builddependencies = [('Bison', '3.0.4')]
sanity_check_paths = {
'files': ['lib/libmpicxx.a'],
'dirs': ['include']
}
moduleclass = 'mpi'