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

modified: f/foss/foss-2018a.eb modified: g/gompi/gompi-2017b.eb modified: g/gompi/gompi-2018a.eb new file: h/hwloc/hwloc-1.11.7-GCCcore-8.3.0.eb new file: n/numactl/numactl-2.0.11-GCCcore-8.3.0.eb modified: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb modified: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-4.0.0-GCC-6.3.0-2.27.eb deleted: h/hwloc/hwloc-1.11.7-GCC-8.3.0-2.32.eb
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'hwloc'
|
|
version = '1.11.7'
|
|
|
|
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': 'GCCcore', 'version': '8.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.11'),
|
|
('binutils', '2.32'),
|
|
]
|
|
|
|
configopts = "--enable-libnuma=$EBROOTNUMACTL"
|
|
|
|
moduleclass = 'system'
|