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

new file: n/numactl/numactl-2.0.11-GCC-8.3.0-2.32.eb new file: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
27 lines
1.0 KiB
Plaintext
27 lines
1.0 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 computing hardware so as to exploit it accordingly and efficiently."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
|
|
source_urls = [
|
|
'http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [('numactl', '2.0.11')]
|
|
|
|
configopts = "--enable-libnuma=$EBROOTNUMACTL"
|
|
|
|
moduleclass = 'system'
|