easyconfigs-it4i/m/MVAPICH2/MVAPICH2-2.2-GCC-9.3.0.eb
Lukas Krupcik 0993e12984 new file: c/CUDA/CUDA-12.6.0.eb
new file:   g/GDRCopy/GDRCopy-2.1-GCCcore-10.2.0-CUDA-11.6.0.eb
	new file:   h/hwloc/hwloc-1.11.6-GCCcore-12.2.0.eb
	new file:   m/MVAPICH2/MVAPICH2-2.2-GCC-9.3.0.eb
	new file:   o/OpenMPI/OpenMPI-2.1.0-GCC-12.2.0.eb
	modified:   o/OpenMX/OpenMX-3.9-foss-2022b.eb
	modified:   u/UCX/UCX-1.12.0-GCC-10.2.0-CUDA-11.6.0.eb
2024-08-19 10:30:48 +02:00

32 lines
934 B
Plaintext

# IT4Innovations 2024
name = 'MVAPICH2'
version = '2.2'
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': '9.3.0'}
source_urls = ['http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/']
sources = [SOURCELOWER_TAR_GZ]
checksums = [
'27bb56bd4d1582d33ad32108fb239b546bdd1bdffd6f5b739b4423da1ab93ae2',
]
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.5.3')]
sanity_check_paths = {
'files': ['lib/libmpicxx.a'],
'dirs': ['include']
}
moduleclass = 'mpi'