_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


fortls 2.13.0
Propagated dependencies: python-json5@0.9.25 python-packaging@25.0
Channel: guix-hpc
Location: guix-hpc/packages/lsp.scm (guix-hpc packages lsp)
Home page: https://fortls.fortran-lang.org/
Licenses: Expat
Build system: python
Synopsis: Language Server for Fortran providing code completion and more
Description:

fortls is a tool known as a language server that interfaces with your code editor (VS Code, Vim, etc.) to provide features like code completion, code navigation, hover messages, and many more.

libxc 4.3.4
Channel: guix-hpc
Location: guix-hpc/packages/math.scm (guix-hpc packages math)
Home page: https://libxc.gitlab.io
Licenses: MPL 2.0
Build system: cmake
Synopsis: Library of exchange-correlation functionals for density-functional theory.
Description:

Library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by a variety of programs.

ntpoly 3.1.0
Dependencies: openmpi@4.1.6 lapack@3.12.1
Channel: guix-hpc
Location: guix-hpc/packages/math.scm (guix-hpc packages math)
Home page: https://william-dawson.github.io/NTPoly
Licenses: Expat
Build system: cmake
Synopsis: Massively parallel library for computing the functions of sparse matrices
Description:

Massively parallel library for computing the functions of sparse, Hermitian matrices based on polynomial expansions. For sufficiently sparse matrices, most of the matrix functions in NTPoly can be computed in linear time.

padicotm-mini-pukabi 2026-01-21
Dependencies: util-linux@2.40.4 procps@4.0.3 inetutils@2.5 hwloc@2.12.2 which@2.21
Propagated dependencies: puk@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: A High-performance Communication Framework for Grids
Description:

PadicoTM is composed of a core which provides a high-performance framework for networking and multi-threading, and services plugged into the core. High-performance communications and threads are obtained thanks to Marcel and Madeleine, provided by the PM2 software suite. The PadicoTM core aims at making the different services running at the same time run in a cooperative way rather than competitive.

mpibenchmark 0.6
Dependencies: hwloc@2.12.2 gnuplot@6.0.1 nmad@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/mpibenchmark
Licenses: GPL 2
Build system: gnu
Synopsis: MPI overlap benchmark
Description:

MadMPI benchmark contains the following benchmark series: - base send/recv benchmark, used for reference (mpi_bench_base); - communication/computation overlap benchmark (mpi_bench_overlap); - tag-matching performance with tags of posted receives in order and out of order (mpi_bench_reqs); - multi-threaded communications benchmark (mpi_bench_thread) // preliminary version, still incomplete. Benchmarks are point-to-point, running on two nodes. Collective operations are not benchmarked yet.

puk 2026-01-21
Propagated dependencies: expat@2.7.1 procps@4.0.3
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: PadicoTM micro-kernel
Description:

Puk is the core of PadicoTM. It manages dynamically loadable modules, software components, and basic data structures (lists, vectors, hashtables, lock-free queues).

nmad-pukabi 2026-01-21
Dependencies: rdma-core@60.0 psm@3.3.20170428 psm2@12.0 slurm@23.11.10
Propagated dependencies: hwloc@2.12.2 hwloc@2.12.2 padicotm-pukabi@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/newmadeleine
Licenses: GPL 2
Build system: gnu
Synopsis: An Optimizing Communication Library for High-Performance Networks
Description:

NewMadeleine is the fourth incarnation of the Madeleine communication library. The new architecture aims at enabling the use of a much wider range of communication flow optimization techniques. Its design is entirely modular: drivers and optimization strategies are dynamically loadable software components, allowing experimentations with multiple approaches or on multiple issues with regard to processing communication flows. The optimizing scheduler SchedOpt targets applications with irregular, multi-flow communication schemes such as found in the increasingly common application conglomerates made of multiple programming environments and coupled pieces of code, for instance. SchedOpt itself is easily extensible through the concepts of optimization strategies (what to optimize for, what the optimization goal is) expressed in terms of tactics (how to optimize to reach the optimization goal). Tactics themselves are made of basic communication flows operations such as packet merging or reordering. The communication library is fully multi-threaded through its close integration with PIOMan. It manages concurrent communication operations from multiple libraries and from multiple threads. Its MPI implementation Mad-MPI fully supports the MPI_THREAD_MULTIPLE multi-threading level.

pioman 2026-01-21
Propagated dependencies: puk@2026-01-21 hwloc@2.12.2
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/pioman
Licenses: GPL 2
Build system: gnu
Synopsis: A Generic I/O Manager
Description:

PIOMan is an I/O event manager of the PM2 software suite. It ensures communication progression using available cores and hooks in thread scheduler. It guarantees good reactivity, asynchronous communication progression, and communication/computation overlap. PIOMan is closely integrated with the NewMadeleine communication library and PadicoTM. It works with three flavors of thread scheduling: no thread, pthread, and Marcel. The pthread flavor may be composed with various runtime systems such as OpenMP. PIOMan can be used standalone to bring low level asynchronous progression in a communication library, or more simply may be used through the NewMadeleine communication library and its companion MPI implementation called Mad-MPI supporting MPI_THREAD_MULTIPLE multi-threading level.

padicotm-mini 2026-01-21
Dependencies: util-linux@2.40.4 procps@4.0.3 inetutils@2.5 hwloc@2.12.2 which@2.21
Propagated dependencies: puk@2026-01-21 pukabi@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: A High-performance Communication Framework for Grids
Description:

PadicoTM is composed of a core which provides a high-performance framework for networking and multi-threading, and services plugged into the core. High-performance communications and threads are obtained thanks to Marcel and Madeleine, provided by the PM2 software suite. The PadicoTM core aims at making the different services running at the same time run in a cooperative way rather than competitive.

padicotm 2026-01-21
Dependencies: util-linux@2.40.4 procps@4.0.3 inetutils@2.5 hwloc@2.12.2 which@2.21
Propagated dependencies: puk@2026-01-21 pioman@2026-01-21 pukabi@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: A High-performance Communication Framework for Grids
Description:

PadicoTM is composed of a core which provides a high-performance framework for networking and multi-threading, and services plugged into the core. High-performance communications and threads are obtained thanks to Marcel and Madeleine, provided by the PM2 software suite. The PadicoTM core aims at making the different services running at the same time run in a cooperative way rather than competitive.

mpi_sync_clocks 1.0
Dependencies: openmpi@4.1.6
Propagated dependencies: procps@4.0.3
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/mpi_sync_clocks/doc/
Licenses: LGPL 2.1
Build system: gnu
Synopsis: Distributed synchronized clocks over MPI
Description:

Small library with routines to synchronize clocks over several nodes with MPI.

nmad-mini-pukabi 2026-01-21
Dependencies: rdma-core@60.0 psm@3.3.20170428 psm2@12.0 slurm@23.11.10
Propagated dependencies: hwloc@2.12.2 hwloc@2.12.2 padicotm-mini-pukabi@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/newmadeleine
Licenses: GPL 2
Build system: gnu
Synopsis: An Optimizing Communication Library for High-Performance Networks
Description:

NewMadeleine is the fourth incarnation of the Madeleine communication library. The new architecture aims at enabling the use of a much wider range of communication flow optimization techniques. Its design is entirely modular: drivers and optimization strategies are dynamically loadable software components, allowing experimentations with multiple approaches or on multiple issues with regard to processing communication flows. The optimizing scheduler SchedOpt targets applications with irregular, multi-flow communication schemes such as found in the increasingly common application conglomerates made of multiple programming environments and coupled pieces of code, for instance. SchedOpt itself is easily extensible through the concepts of optimization strategies (what to optimize for, what the optimization goal is) expressed in terms of tactics (how to optimize to reach the optimization goal). Tactics themselves are made of basic communication flows operations such as packet merging or reordering. The communication library is fully multi-threaded through its close integration with PIOMan. It manages concurrent communication operations from multiple libraries and from multiple threads. Its MPI implementation Mad-MPI fully supports the MPI_THREAD_MULTIPLE multi-threading level.

padicotm-pukabi 2026-01-21
Dependencies: util-linux@2.40.4 procps@4.0.3 inetutils@2.5 hwloc@2.12.2 which@2.21
Propagated dependencies: puk@2026-01-21 pioman@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: A High-performance Communication Framework for Grids
Description:

PadicoTM is composed of a core which provides a high-performance framework for networking and multi-threading, and services plugged into the core. High-performance communications and threads are obtained thanks to Marcel and Madeleine, provided by the PM2 software suite. The PadicoTM core aims at making the different services running at the same time run in a cooperative way rather than competitive.

hwloc 1.11.13
Dependencies: libx11@1.8.12 cairo@1.18.4 ncurses@6.2.20210619 expat@2.7.1 numactl@2.0.16
Propagated dependencies: libpciaccess@0.18.1
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://www.open-mpi.org/projects/hwloc/
Licenses: Modified BSD
Build system: gnu
Synopsis: Abstraction of hardware architectures
Description:

hwloc 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 attributes such as cache and memory information. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently.

hwloc may display the topology in multiple convenient formats. It also offers a powerful programming interface to gather information about the hardware, bind processes, and much more.

nmad 2026-01-21
Dependencies: rdma-core@60.0 psm@3.3.20170428 psm2@12.0 slurm@23.11.10
Propagated dependencies: hwloc@2.12.2 hwloc@2.12.2 padicotm@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/newmadeleine
Licenses: GPL 2
Build system: gnu
Synopsis: An Optimizing Communication Library for High-Performance Networks
Description:

NewMadeleine is the fourth incarnation of the Madeleine communication library. The new architecture aims at enabling the use of a much wider range of communication flow optimization techniques. Its design is entirely modular: drivers and optimization strategies are dynamically loadable software components, allowing experimentations with multiple approaches or on multiple issues with regard to processing communication flows. The optimizing scheduler SchedOpt targets applications with irregular, multi-flow communication schemes such as found in the increasingly common application conglomerates made of multiple programming environments and coupled pieces of code, for instance. SchedOpt itself is easily extensible through the concepts of optimization strategies (what to optimize for, what the optimization goal is) expressed in terms of tactics (how to optimize to reach the optimization goal). Tactics themselves are made of basic communication flows operations such as packet merging or reordering. The communication library is fully multi-threaded through its close integration with PIOMan. It manages concurrent communication operations from multiple libraries and from multiple threads. Its MPI implementation Mad-MPI fully supports the MPI_THREAD_MULTIPLE multi-threading level.

nmad-mini 2026-01-21
Dependencies: rdma-core@60.0 psm@3.3.20170428 psm2@12.0 slurm@23.11.10
Propagated dependencies: hwloc@2.12.2 hwloc@2.12.2 padicotm-mini@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/newmadeleine
Licenses: GPL 2
Build system: gnu
Synopsis: An Optimizing Communication Library for High-Performance Networks
Description:

NewMadeleine is the fourth incarnation of the Madeleine communication library. The new architecture aims at enabling the use of a much wider range of communication flow optimization techniques. Its design is entirely modular: drivers and optimization strategies are dynamically loadable software components, allowing experimentations with multiple approaches or on multiple issues with regard to processing communication flows. The optimizing scheduler SchedOpt targets applications with irregular, multi-flow communication schemes such as found in the increasingly common application conglomerates made of multiple programming environments and coupled pieces of code, for instance. SchedOpt itself is easily extensible through the concepts of optimization strategies (what to optimize for, what the optimization goal is) expressed in terms of tactics (how to optimize to reach the optimization goal). Tactics themselves are made of basic communication flows operations such as packet merging or reordering. The communication library is fully multi-threaded through its close integration with PIOMan. It manages concurrent communication operations from multiple libraries and from multiple threads. Its MPI implementation Mad-MPI fully supports the MPI_THREAD_MULTIPLE multi-threading level.

pukabi 2026-01-21
Propagated dependencies: puk@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/mpi.scm (guix-hpc packages mpi)
Home page: https://pm2.gitlabpages.inria.fr/PadicoTM
Licenses: GPL 2
Build system: gnu
Synopsis: Dynamic ABI manager
Description:

PukABI is a dynamic ABI manager. It intercepts symbols using LD_PRELOAD to allow for a variety of features: replace a libc function with a user-supplied function; add hooks for locking with another thread library than libc pthread; add hooks for memory.

testmumps 0.1
Dependencies: openmpi@4.1.6 mumps-openmpi@5.8.0
Channel: guix-hpc
Location: guix-hpc/packages/mumps-variants.scm (guix-hpc packages mumps-variants)
Home page: https://gitlab.inria.fr/fpruvost/sparse_direct_solvers
Licenses: Modified BSD
Build system: cmake
Synopsis: Test mumps
Description:

Test mumps

openblas-openmp 0.3.30
Dependencies: gfortran@14.3.0
Channel: guix-hpc
Location: guix-hpc/packages/mumps-variants.scm (guix-hpc packages mumps-variants)
Home page: https://www.openblas.net/
Licenses: Modified BSD
Build system: gnu
Synopsis: Optimized BLAS library based on GotoBLAS
Description:

OpenBLAS is a Basic Linear Algebra Subprograms (BLAS) library forked from the GotoBLAS2-1.13 BSD version.

mumps-openmpi-openblas-openmp 5.8.0
Dependencies: openmpi@4.1.6 scalapack@2.2.2 pt-scotch@7.0.7 gfortran@14.3.0 openblas-openmp@0.3.30 metis@5.1.0
Channel: guix-hpc
Location: guix-hpc/packages/mumps-variants.scm (guix-hpc packages mumps-variants)
Home page: https://mumps-solver.org
Licenses: CeCILL-C
Build system: gnu
Synopsis: Multifrontal sparse direct solver (with MPI)
Description:

MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a sparse system of linear equations A x = b using Gaussian elimination.

testmumps-openblas-openmp 0.1
Dependencies: mumps-openmpi-openblas-openmp@5.8.0 openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/mumps-variants.scm (guix-hpc packages mumps-variants)
Home page: https://gitlab.inria.fr/fpruvost/sparse_direct_solvers
Licenses: Modified BSD
Build system: cmake
Synopsis: Test mumps
Description:

Test mumps

mumps-scotch32-openmpi 5.8.0
Dependencies: scotch32@7.0.7 openmpi@4.1.6 scalapack@2.2.2 gfortran@14.3.0 openblas@0.3.30 metis@5.1.0
Channel: guix-hpc
Location: guix-hpc/packages/mumps-variants.scm (guix-hpc packages mumps-variants)
Home page: https://mumps-solver.org
Licenses: CeCILL-C
Build system: gnu
Synopsis: Multifrontal sparse direct solver (with MPI)
Description:

MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a sparse system of linear equations A x = b using Gaussian elimination.

likwid 5.4.1
Dependencies: hwloc@2.12.2 lua@5.3.5 python@3.11.14 python2@2.7.18 perl@5.36.0
Propagated dependencies: gnuplot@6.0.1
Channel: guix-hpc
Location: guix-hpc/packages/performance-analysis.scm (guix-hpc packages performance-analysis)
Home page: https://hpc.fau.de/research/tools/likwid/
Licenses: GPL 3
Build system: gnu
Synopsis: Performance monitoring and benchmarking suite.
Description:

Likwid is a simple to install and use toolsuite of command line applications and a library for performance oriented programmers. It works for Intel, AMD, ARMv8 and POWER9 processors on the Linux operating system. There is additional support for Nvidia GPUs. There is support for ARMv7 and POWER8 but there is currently no test machine in our hands to test them properly. Note that in this recipe we compile the package with ACCESSMODE=perf_event because we lack the root privileges on HPC platforms. One of the implications is that thermic measures are disabled. See the Wiki on the home page of the package for more details.

python-dash-defer-js-import 0.0.2
Propagated dependencies: python-dash@2.18.2
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page:
Licenses: Expat
Build system: pyproject
Synopsis: Deferring loading of JS files until after React loads
Description:

Deferring loading of JS files until after React loads.

Page: 12345
Total packages: 115