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

new file: n/numactl/numactl-2.0.11-GCC-8.3.0-2.32.eb new file: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
32 lines
896 B
Plaintext
32 lines
896 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'numactl'
|
|
version = '2.0.11'
|
|
|
|
homepage = 'http://oss.sgi.com/projects/libnuma/'
|
|
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 = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
|
|
source_urls = ['ftp://oss.sgi.com/www/projects/libnuma/download/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
checksums = ['d3bc88b7ddb9f06d60898f4816ae9127']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/numactl',
|
|
'bin/numastat',
|
|
'lib/libnuma.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libnuma.a'],
|
|
'dirs': [
|
|
'share/man',
|
|
'include']}
|
|
|
|
moduleclass = 'tools'
|