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

To add pscom with the GW plugin for JURECA-DC

parent fca4a6f0
No related branches found
No related tags found
No related merge requests found
easyblock = 'CMakeMake'
name = 'pscom'
# Create drop-in replacement version that ensures overriding behaviour
version = '5.4-default'
local_realversion = '5.4.8-1_gw'
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
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'),
('lib/libpscom4gateway.so', 'lib64/libpscom4gateway.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