| Port details |
- py-reframe-hpc HPC regression/benchmark testing framework
- 4.9.1 benchmarks
=0 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
 - 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`.
¦ ¦ ¦ ¦ 
- 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>)
- 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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-archspec>=0.2.4 : devel/py-archspec@py311
- py311-argcomplete>=0 : devel/py-argcomplete@py311
- py311-clustershell>=0 : sysutils/py-clustershell@py311
- py311-fasteners>=0 : devel/py-fasteners@py311
- py311-filelock>=0 : sysutils/py-filelock@py311
- py311-Jinja2>=0 : devel/py-Jinja2@py311
- py311-jsonschema>=0 : devel/py-jsonschema@py311
- py311-lxml>=0 : devel/py-lxml@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-requests>=0 : www/py-requests@py311
- py311-semver>=0 : devel/py-semver@py311
- py311-sqlite3>=0 : databases/py-sqlite3@py311
- py311-tabulate>=0 : devel/py-tabulate@py311
- 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:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.9.1 10 Feb 2026 15:40:36
    |
Robert Clausecker (fuz)  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
|