stackinator icon indicating copy to clipboard operation
stackinator copied to clipboard

Results 26 stackinator issues
Sort by recently updated
recently updated
newest added

1. Fix logger to print clearer error messages in general - clear, concise error message to console - stack trace to log file 2. Additional layer of error handling for...

enhancement

Unique log files are generated in the path where sstool is called. This gets messy quickly. Decide on - a standard location for log files - a log file retention...

Following discussion on https://github.com/eth-cscs/alps-uenv/issues/195 I would propose this small change in the doc.

Strictly speaking, this won't be needed once support for compilers as normal dependencies is added. But we keep it here, to ensure maximum compatibility with v5 while `main` and `v5`...

Relevant changes are: - drop `compilers.yaml` in favour of `packages.yaml` - use variants to distinguish bootstrap compiler (aka `bootstrap`) from bootstrapped compiler (aka `gcc`); - use `+profiled` for bootstrapped compiler...

``` mpi: spec: openmpi gpu: cuda ``` should now use the latest openmpi@5 and new libfabric

LLVM support at the moment is limited. Indeed, its spec is constrained to be `target=x86` so it cannot be built for `target=aarch64`. https://github.com/eth-cscs/stackinator/blob/eddfe1cc423d2a096a084a3772e05d387fce509c/stackinator/recipe.py#L473-L474

Spack before v0.21 had a limitation in that it would only generate environment activation scripts for views with the name `default`. Stackinator generates these activation scripts to scrape for environment...

This is a minor bug fix, since it does not apply to any recipe currently published in https://github.com/eth-cscs/alps-uenv, but it represents a good sanity check that might help users. Since...

Fix #272 This PR starts as a reproducer of the #272 (with a trivial test) and it becomes a tentative in fixing it. - [ ] Fix ruamel.yaml `dump` function...