notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-reframe-hpc HPC regression/benchmark testing framework
4.9.1 benchmarksnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: rikka.goering@outlook.de search for ports maintained by this maintainer
Port Added: 2026-02-10 15:42:11
Last Update: 2026-02-10 15:40:36
Commit Hash: 7ce9871
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://pypi.org/project/ReFrame-HPC/
Description:
ReFrame is a powerful Python framework for writing portable HPC regression tests and benchmarks. It abstracts away system- and scheduler-specific details so the test logic stays portable, while ReFrame handles modules/ env switching, compile, submit, polling, sanity/perf checks, and results storage. CLI tool installed as `reframe`.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}ReFrame_HPC>0:benchmarks/py-reframe-hpc@${PY_FLAVOR}
To install the port:
cd /usr/ports/benchmarks/py-reframe-hpc/ && make install clean
To add the package, run one of these commands:
  • pkg install benchmarks/py-reframe-hpc
  • pkg install py311-ReFrame_HPC
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-ReFrame_HPC listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-ReFrame_HPC
Package flavors (<flavor>: <package>)
  • py311: py311-ReFrame_HPC
distinfo:
TIMESTAMP = 1770216675 SHA256 (reframe_hpc-4.9.1.tar.gz) = 8759f571357c1ea57ed8a5ae6153ed359ac9a48ddd01388e1895a68044cc94d0 SIZE (reframe_hpc-4.9.1.tar.gz) = 270634

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-archspec>=0.2.4 : devel/py-archspec@py311
  2. py311-argcomplete>=0 : devel/py-argcomplete@py311
  3. py311-clustershell>=0 : sysutils/py-clustershell@py311
  4. py311-fasteners>=0 : devel/py-fasteners@py311
  5. py311-filelock>=0 : sysutils/py-filelock@py311
  6. py311-Jinja2>=0 : devel/py-Jinja2@py311
  7. py311-jsonschema>=0 : devel/py-jsonschema@py311
  8. py311-lxml>=0 : devel/py-lxml@py311
  9. py311-pyyaml>=0 : devel/py-pyyaml@py311
  10. py311-requests>=0 : www/py-requests@py311
  11. py311-semver>=0 : devel/py-semver@py311
  12. py311-sqlite3>=0 : databases/py-sqlite3@py311
  13. py311-tabulate>=0 : devel/py-tabulate@py311
  14. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
benchmarks_py-reframe-hpc
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/reframe_hpc/
  2. https://pypi.org/packages/source/r/reframe_hpc/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.9.1
10 Feb 2026 15:40:36
commit hash: 7ce98714b82b526eb31313e60805f2951a274688commit hash: 7ce98714b82b526eb31313e60805f2951a274688commit hash: 7ce98714b82b526eb31313e60805f2951a274688commit hash: 7ce98714b82b526eb31313e60805f2951a274688 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: GenericRikka
benchmarks/py-reframe-hpc: HPC system validation & performance regression
framework

ReFrame is a framework for writing and running portable regression and
performance tests for HPC systems. Tests are plain Python and can target
different systems, programming environments, and job schedulers (e.g., Slurm).
Typical use-cases include CI-style cluster validation, smoke tests after
maintenance, and comparative benchmarking across nodes/partitions.

WWW: https://pypi.org/project/ReFrame-HPC/

PR:		289292
Signed-off by:	GenericRikka <rikka.goering@outlook.de>

Number of commits found: 1