software-layer icon indicating copy to clipboard operation
software-layer copied to clipboard

Software layer of the EESSI project

Results 205 software-layer issues
Sort by recently updated
recently updated
newest added

We're not going to able to test all possible CPU/GPU combinations, but we need a general approach to allow us to move forward with only testing a subset while providing...

Let's see if ~CI for `eessi_container.sh` is fixed by installing another package in `install_apptainer_ubuntu.sh`, and also if~ ReFrame tests succeed. We should also add some package to be built to...

bug
tests
2023.06-software.eessi.io

After https://github.com/EESSI/software-layer/pull/772 we don't need the script `/cvmfs/software.eessi.io/versions/2023.06/scripts/gpu_support/nvidia/install_cuda_host_injections.sh` any longer. It is replaced with `/cvmfs/software.eessi.io/versions/2023.06/scripts/gpu_support/nvidia/install_cuda_and_libraries.sh`. Thus, it should be removed and the documentation for GPU support should be updated accordingly...

Adds command line arg `--easystacks` to install script `EESSI-install-software.sh`. This can be used for interactively building software using one or multiple easystack files (comma-separated). Starting builds for a new architecture...

enhancement
2023.06-software.eessi.io

``` 5 out of 86 required modules missing: * absl-py/2.1.0-GCCcore-12.3.0 (absl-py-2.1.0-GCCcore-12.3.0.eb) * pytest/7.4.2-GCCcore-12.3.0 (pytest-7.4.2-GCCcore-12.3.0.eb) * pytest-xdist/3.3.1-GCCcore-12.3.0 (pytest-xdist-3.3.1-GCCcore-12.3.0.eb) * ml_dtypes/0.3.2-gfbf-2023a (ml_dtypes-0.3.2-gfbf-2023a.eb) * jax/0.4.25-gfbf-2023a-CUDA-12.1.1 (jax-0.4.25-gfbf-2023a-CUDA-12.1.1.eb) ```

accel:nvidia

Making it a draft for now. Just a first attempt to automatically create an issue for a PR that is opened. We might want to add some convention that a...

enhancement
2023.06-software.eessi.io

I haven't used it, but `mkdocstrings` supports https://mkdocstrings.github.io/shell/, which would give us a way to make our bash scripts easier to browse (syntax for the "docstrings" is at https://pawamoy.github.io/shellman/)

Currently the rebuild procedure does a full rebuild, it would be nice to have a module-only rebuild (e.g. for #919). The remove step should somehow check the easystack for `module-only:...

Builds ``` magma/2.7.2-foss-2023a-CUDA-12.1.1 PyTorch/2.1.2-foss-2023a-CUDA-12.1.1 ``` Superseedes #718

2023.06-software.eessi.io
accel:nvidia

https://github.com/EESSI/software-layer/pull/710 introduced a change in `configure_easybuild` to support accelerators but this change has not been incorportated into `EESSI-extend`. It's not entirely clear how we want to do this either since...