mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: n/NCCL/NCCL-2.18.3-NVHPC-23.7-CUDA-12.2.0.eb new file: n/NVHPC/NVHPC-23.7.eb new file: n/numactl/numactl-2.0.16.eb deleted: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0-test.eb
37 lines
971 B
Plaintext
37 lines
971 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'numactl'
|
|
version = '2.0.16'
|
|
|
|
homepage = 'https://github.com/numactl/numactl'
|
|
|
|
description = """
|
|
The numactl program allows you to run your application program on specific
|
|
cpu's and memory nodes. It does this by supplying a NUMA memory policy to
|
|
the operating system before running your program. The libnuma library provides
|
|
convenient ways for you to add NUMA memory policies into your own program.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/numactl/numactl/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['a35c3bdb3efab5c65927e0de5703227760b1101f5e27ab741d8f32b3d5f0a44c']
|
|
|
|
builddependencies = [
|
|
('Autotools', '20220317'),
|
|
]
|
|
|
|
preconfigopts = "./autogen.sh && "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/numactl', 'bin/numastat', 'lib/libnuma.%s' % SHLIB_EXT, 'lib/libnuma.a'],
|
|
'dirs': ['share/man', 'include']
|
|
}
|
|
|
|
moduleclass = 'tools'
|