mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

new file: e/Elk/Elk-4.3.6-intel-2017a.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.2.0-2.29.eb new file: m/MPI_NET/MPI_NET-1.2.0-intel-2017b.eb new file: n/numactl/numactl-2.0.11-GCC-7.2.0-2.29.eb new file: o/OpenMPI/OpenMPI-3.0.0-GCC-7.2.0-2.29.eb modified: v/VASP/VASP-5.4.4-intel-2017a-mkl=cluster.eb modified: v/VASP/VASP-5.4.4-intel-2017a-mkl=paralel.eb modified: v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb new file: v/VASP/VASP-5.4.4-intel-2017b-mkl=cluster.eb
24 lines
1020 B
Plaintext
24 lines
1020 B
Plaintext
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': '7.2.0-2.29'}
|
|
|
|
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'
|