easyconfigs-it4i/n/numactl/numactl-2.0.11-GCC-7.2.0-2.29.eb
Lukáš Krupčík 1cf1004f6b new file: e/Elk/Elk-4.3.6-intel-2017a-openmp.eb
new file:   e/Elk/Elk-4.3.6-intel-2017a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-7.2.0-2.29.eb
	new file:   m/MPI_NET/MPI_NET-1.2.0-intel-2017b.eb
	new file:   n/numactl/numactl-2.0.11-GCC-7.2.0-2.29.eb
	new file:   o/OpenMPI/OpenMPI-3.0.0-GCC-7.2.0-2.29.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=cluster.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=paralel.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017b-mkl=cluster.eb
2017-09-26 08:46:25 +02:00

24 lines
816 B
Plaintext

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': '7.2.0-2.29'}
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'