WIP: OpenMPI+Intel

This commit is contained in:
2023-06-16 17:23:23 +02:00
parent 7bbd8afd98
commit 05e8bb37a3
9 changed files with 64 additions and 2 deletions

13
Libraries/hwloc/build Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://download.open-mpi.org/release/${P}/v${V_MAJOR}.${V_MINOR}/${P}-${V}.tar.gz"
pbuild::add_to_group 'Libraries'
pbuild::install_docfiles 'README' 'AUTHORS' 'NEWS' 'COPYING' 'VERSION'
pbuild::pre_configure() {
pbuild::add_configure_args "--enable-netloc"
pbuild::add_configure_args "--enable-plugins"
}

View File

@@ -0,0 +1 @@
hwloc/2.7.1 unstable

View File

@@ -0,0 +1,2 @@
hwloc/2.7.1 unstable b:cuda/11.5.1
hwloc/2.9.1 unstable b:cuda/12.1.1

View File

@@ -0,0 +1 @@
hwloc/2.7.1 unstable b:cuda/11.5.1

View File

@@ -0,0 +1,25 @@
#%Module1.0
module-whatis "The Portable Hardware Locality (hwloc) software package"
module-url "https://www.open-mpi.org/projects/hwloc/"
module-license "Open source, see $PREFIX/share/doc/hwloc/COPYING"
module-maintainer "Marc Caubet Serrabou <marc.caubet@psi.ch>"
module-help "
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.
Hwloc primarily aims at helping applications with gathering information
about increasingly complex parallel computing platforms so as to exploit
them accordingly and efficiently.
Hwloc may also help many applications just by providing a portable CPU
and memory binding API and a reliable way to find out how many cores
and/or hardware threads are available.
"

View File

@@ -7,7 +7,7 @@ pbuild::add_to_group 'Libraries'
(( version = (${V_MAJOR} * 100 + ${V_MINOR}) * 100 + V_PATCHLVL ))
if (( V_MAJOR > 1 )); then
pbuild::install_docfiles AUTHORS README LICENSE NEWS VERSION
pbuild::install_docfiles AUTHORS README.md LICENSE NEWS VERSION
else
pbuild::install_docfiles README LICENSE NEWS VERSION
fi

View File

@@ -1,4 +1,5 @@
pmix/1.2.5 unstable b:libevent/2.1.12
pmix/2.2.5 unstable b:libevent/2.1.12
pmix/3.2.3 unstable b:libevent/2.1.12
pmix/4.1.2 unstable hwloc/2.7.1 libevent/2.1.12
pmix/4.1.2 unstable libevent/2.1.12 b:hwloc/2.7.1
pmix/4.2.3 unstable libevent/2.1.12 b:hwloc/2.9.1