mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: h/hwloc/hwloc-1.11.12-PGI-19.7-GCC-8.2.0-2.31.1.eb new file: n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb new file: o/OpenMPI/OpenMPI-3.1.4-PGI-19.7-GCC-8.2.0-2.31.1.eb modified: p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'hwloc'
|
|
version = '1.11.12'
|
|
|
|
homepage = 'http://www.open-mpi.org/projects/hwloc/'
|
|
description = """The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
|
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
|
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
|
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
|
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
|
information about modern computing hardware so as to exploit it accordingly and efficiently."""
|
|
|
|
toolchain = {'name': 'PGI', 'version': '19.7-GCC-8.2.0-2.31.1'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://download.open-mpi.org/release/hwloc/v1.11/']
|
|
sources = ['hwloc-1.11.12.tar.gz']
|
|
|
|
dependencies = [
|
|
('numactl', '2.0.12', '', ('GCCcore', '8.2.0'))
|
|
]
|
|
|
|
configopts = "--enable-libnuma=$EBROOTNUMACTL"
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/lstopo', 'include/hwloc/linux.h',
|
|
'lib/libhwloc.%s' % SHLIB_EXT],
|
|
'dirs': ['share/man/man3'],
|
|
}
|
|
|
|
sanity_check_commands = ['lstopo']
|
|
|
|
moduleclass = 'system'
|