Adrian Reber
Adrian Reber
The configuration via `sysconfig` still works. I guess you are missing certain configuration variables before running the recipe. Take a look at our results: http://repos.ohpc.io/stats/results/3/3.1/0-LATEST-OHPC-3.1-almalinux9.2-x86_64/console.out If you search for `c_ip[0]`...
I guess you are talking about the stateless recipe, because that is the only one we currently have for 3.x. Networking still works as discussed on the mailing list.
Closing as powerman was never built for 2.x nor 3.x.
It seems CI fails because downloading the tarballs no longer works. The delimiter used to be `-` and now it changed to `_`. You need to change the delimiter for...
I think it now fails because the directories are using `_` and in the spec file there are still `-`.
As described in the #1983 PR you can trigger the testing we do locally (in a container for example), with `tests/ci/setup_slurm_and_run_tests.sh ohpc gnu13 components/perf-tools/scorep/SPECS/scorep.spec`. Currently this still needs to have...
Yes, papi testing is skipped in the container based setup. We do that by skipping certain tests in the GitHub container. Basically everything around hardware counters doesn't work in the...
We have the variable SIMPLE_CI set to one for things we are skipping in GitHub Actions
> Should I open a separate PR for this? With this fix, the pipeline should succeed, but tests and things like updating the rpmlintrc still need to be done. It...
We hardly do any testing during build. This all happening once the build is done and installed. The environment our RPMs are built can be very different. We already have...