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

new file: n/numactl/numactl-2.0.12-GCC-9.3.0.eb new file: o/OpenMPI/OpenMPI-4.0.4-GCC-9.3.0.eb new file: u/UCX/UCX-1.6.1-GCC-9.3.0.eb new file: u/UCX/UCX-1.8.1-GCC-9.3.0.eb
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'hwloc'
|
|
version = '2.0.3'
|
|
|
|
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 local_computing hardware so as to exploit it accordingly and efficiently."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '9.3.0'}
|
|
|
|
source_urls = [
|
|
'http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('numactl', '2.0.12'),
|
|
]
|
|
|
|
configopts = "--enable-libnuma=$EBROOTNUMACTL"
|
|
|
|
moduleclass = 'system'
|