easyconfigs-it4i/n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb
Lukáš Krupčík f3e0d14963 modified: b/bzip2/bzip2-1.0.6.eb
modified:   d/Doxygen/Doxygen-1.8.11-intel-2017a.eb
	new file:   f/foss/foss-2017a.eb
	new file:   g/gompi/gompi-2017a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb
	new file:   l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb
	modified:   n/netCDF/netCDF-4.4.1-intel-2017a.eb
	new file:   n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb
	modified:   x/X11/X11-20160819.eb
2017-05-30 07:29:45 +02:00

24 lines
836 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.1.0-2.28'}
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'