Skip to content
Snippets Groups Projects
Commit fca4a6f0 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To add pscom as a first step towards psmpi

parent a4dedb8f
Branches
Tags
No related merge requests found
easyblock = 'ConfigureMake'
name = 'popt'
version = '1.18'
homepage = 'https://github.com/rpm-software-management/popt'
description = 'Popt is a C library for parsing command line parameters.'
toolchain = SYSTEM
sources = [SOURCE_TAR_GZ]
source_urls = ['http://ftp.rpm.org/popt/releases/popt-1.x']
checksums = ['5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1']
sanity_check_paths = {
'files': ['include/%(name)s.h', ('lib/libpopt.a', 'lib64/libpopt.a'), ('lib/libpopt.so', 'lib64/libpopt.so')],
'dirs': [],
}
moduleclass = 'tools'
easyblock = 'CMakeMake'
name = 'pscom'
# Create drop-in replacement version that ensures overriding behaviour
version = '5.4-default'
local_realversion = '5.4.8-1'
homepage = 'http://www.par-tec.com'
description = """ParaStation is a robust and efficient cluster middleware, consisting of a high-performance
communication layer (MPI) and a sophisticated management layer.
"""
toolchain = SYSTEM
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
sources = ['%s.tar.gz' % local_realversion]
builddependencies = [
('binutils', '2.37'),
('popt', '1.18'),
('CUDA', '11.5'),
('CMake', '3.21.1'),
]
dependencies = [
('UCX', '1.11.2'),
]
build_type = 'RelWithDebInfo'
preconfigopts = 'export UCP_LDFLAGS="-L$EBROOTUCX/lib" && '
preconfigopts += 'export CUDA_LDFLAGS="-L$EBROOTNVIDIA/lib64" &&'
configopts = '-DCUDA_ENABLED=ON'
sanity_check_paths = {
'files': [
'include/%(name)s.h',
('lib/libpscom.so', 'lib64/libpscom.so'),
('lib/libpscom4ucp.so', 'lib64/libpscom4ucp.so'),
('lib/libpscom4openib.so', 'lib64/libpscom4openib.so'),
],
'dirs': [],
}
modextravars = {
'PSCOMVERSION': '%s' % local_realversion,
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment