OpenMPI/4.1.3-cpeGNU-22.08 (OpenMPI-4.1.3-cpeGNU-22.08.eb)
This software is archived in the LUMI-EasyBuild-contrib GitHub repository as easybuild/easyconfigs/__archive__/o/OpenMPI/OpenMPI-4.1.3-cpeGNU-22.08.eb. The corresponding module would be OpenMPI/4.1.3-cpeGNU-22.08.
easyblock = 'ConfigureMake'
name = 'OpenMPI'
version = '4.1.3'
homepage = 'https://www.open-mpi.org/'
whatis = [
"Description: The Open MPI Project is an open source MPI-3 implementation."
]
description = """
The Open MPI Project is an open source MPI-3 implementation.
Note that despite the inclusion of the rocm module this MPI module
is actually not GPU-aware as the interconnect of LUMI does not support
UCX, which is currently a requirement for Open MPI on AMD GPUs.
The primary MPI application which users should use as much as possible
on LUMI is cray-mpich. This module is only to solve very specific problems
and may in fact cause other ones.
"""
toolchain = {'name': 'cpeGNU', 'version': '22.08'}
source_urls = ['http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['9c0fd1f78fc90ca9b69ae4ab704687d5544220005ccd7678bf58cc13135e67e0']
dependencies = [
('rocm', EXTERNAL_MODULE)
]
configopts = '--with-libfabric=/opt/cray/libfabric/$(pkg-config --modversion libfabric) '
configopts += '--with-pmi=/usr '
sanity_check_paths = {
'files': ['bin/ompi_info', 'bin/opal_wrapper', 'bin/orterun', 'lib/libmpi.so'],
'dirs': ['bin', 'lib', 'include'],
}
moduleclass = 'mpi'