reframe icon indicating copy to clipboard operation
reframe copied to clipboard

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.

Results 224 reframe issues
Sort by recently updated
recently updated
newest added

Since yesterday the official `get-pip.py` script supports only Python versions >= 3.8. For version 3.7 we need to get it from here: https://bootstrap.pypa.io/pip/3.7/get-pip.py

prio: important
enhancement
installation

With 4.6.1, if you have a reservation and a test with num_tasks=0, the framework returns 0 node. I'm invoking the code with `reframe -vvvvvvv -r -R -c checks/microbenchmarks/dgemm -J reservation=checkout...

help wanted
prio: normal

I'm running reframe 4.2.1 so this may have been fixed, but I went through the release notes and didn't see anything about it.. In the logging configuration documentation for [file...

bug
prio: normal

This section is outdated and inaccurate: https://reframe-hpc.readthedocs.io/en/stable/manpage.html#configuration-file The correct information about configuration should be looked up here: https://reframe-hpc.readthedocs.io/en/stable/config_reference.html

prio: important
prio: normal
documentation

Some software requires environment variables to run - e.g. PyTorch's distributed framework requires `MASTER_PORT` (among others) to be set. As discussed on Slack, this is currently challenging if the test...

request for enhancement
prio: normal

In https://reframe-hpc.readthedocs.io/en/stable/tutorial.html#adding-performance-references there's a definition for `myhost:baseline`. But as I've discovered after testing, it is more like `mysystem:mypartition`. This becomes more confusing since later in the tutorial (see https://reframe-hpc.readthedocs.io/en/stable/tutorial.html#id11) a...

documentation
enhancement

The motivation behind this request is to be able to select a test using the `-E` option but do not allow setting the variable with `-S`.

request for enhancement
prio: low

This is currently undocumented.

request for enhancement
prio: normal
documentation

It would be useful to be able to set `max_pending_time` per partition, not only [per test](https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.pipeline.RegressionTest.max_pending_time). It could be solved if https://github.com/reframe-hpc/reframe/issues/1500 is implemented.

request for enhancement
prio: normal
configuration