Sam Moors
Sam Moors
currently, perflogs, output, and stage files are saved in the prefix when specified with `--prefix`. the non-perf file logs, however, are saved in the current working dir (if `'name'` is...
currently, combining `sysname:partname` with features is not fully supported in ReFrame (tested in v4.0.5) for example, this works (multiple list items behave like the OR operation): ``` valid_partitions = ['*:ampere',...
add easybuild-docs repo to the readme
(created using `eb --new-pr`) depends on: - #19667 - #19666 - #20199
(created using `eb --new-pr`) depends on: - https://github.com/easybuilders/easybuild-easyblocks/pull/3246 - https://github.com/easybuilders/easybuild-framework/pull/4474 cfr. https://github.com/easybuilders/easybuild-easyconfigs/pull/18359 @ThomasHoffmann77
see test report at https://gist.github.com/boegelbot/e1f264bf4904d28b21aa4b5c3af684b4 ``` test_sparse_csr 1/1 failed! Received signal: SIGKILL == 2024-03-12 16:32:55,976 filetools.py:383 INFO Path /tmp/eb-i_0oel8s/tmp38x074ai successfully removed. == 2024-03-12 16:32:59,450 build_log.py:171 ERROR EasyBuild crashed with an...
motivation - leverage EB to install data in a standardized way with proper versioning and checksumming - support adding datasets as dependency for software - easily `swap` dataset versions with...
needed for fixing https://github.com/easybuilders/easybuild-easyconfigs/pull/19505 draft: not yet working for tcl modules, see comments below
when installing FlexiBLAS, the `bundle.py` easyblock is included in the reprod dir, but not the easyblocks of the components: `flexiblas.py` and `cmakemake.py`
many easyconfigs use a commit rather than a release or tag, and thus have to define `local_commit`. would be nice if we can do this: ``` commit = '1234567' sources...