software-layer
software-layer copied to clipboard
Software layer of the EESSI project
WORK IN PROGRESS Eventually, this is aimed at adding PyTorch/2.1.2 with CUDA/12.1.1. However, building it may not work out of the box, so this is for documenting the progress, issues...
With a compatibility layer (https://github.com/EESSI/compatibility-layer/pull/204) and software build container (https://github.com/EESSI/filesystem-layer/pull/132 and https://github.com/orgs/EESSI/packages/container/package/build-node) in place, we are ready to start working on a RISC-V software layer. In this issue we can...
``` 15 out of 137 required modules missing: * parameterized/0.9.0-GCCcore-12.3.0 (parameterized-0.9.0-GCCcore-12.3.0.eb) * tqdm/4.66.1-GCCcore-12.3.0 (tqdm-4.66.1-GCCcore-12.3.0.eb) * LLVM/14.0.6-GCCcore-12.3.0-llvmlite (LLVM-14.0.6-GCCcore-12.3.0-llvmlite.eb) * Scalene/1.5.26-GCCcore-12.3.0 (Scalene-1.5.26-GCCcore-12.3.0.eb) * gperftools/2.12-GCCcore-12.3.0 (gperftools-2.12-GCCcore-12.3.0.eb) * SentencePiece/0.2.0-GCC-12.3.0 (SentencePiece-0.2.0-GCC-12.3.0.eb) * tensorboard/2.15.1-gfbf-2023a (tensorboard-2.15.1-gfbf-2023a.eb) *...
This PR adds a `Lmod` warning that should be displayed when ESPResSo v4.2.2 is released and v4.2.1 is deprecated and removed from package managers. We will not remove v4.2.1 from...
requires: * #720 Attempt to add cuDNN which is a dependency of other packages such as TensorFlow and PyTorch. Major additions/changes: - `scripts/gpu_support/nvidia/install_cuda_and_libraries.sh` with `scripts/gpu_support/nvidia/eessi-2023.06-cuda-and-libraries.yml` - script to install `CUDA`...
As the test suite is growing, the test step would start taking longer and longer. This is particularly annoying if you want to do small tweaks during a build. In...
[ESPResSo v4.2.2](https://github.com/espressomd/espresso/releases/tag/4.2.2) has been released! For now this is a draft until #560 is accepted and https://github.com/easybuilders/easybuild-easyconfigs/pull/20595 is merged.
In https://github.com/NorESSI/software-layer/pull/323 building failed for `aarch64/generic`. The build job was run on a compute node with `ThunderX2` CPU. `kokkos_arch` was not explicitly set. If `kokkos_arch` is not explicitly, the LAMMPS...
This improves the usability of `bot/inspect.sh` / fixes a bug. If one ran the script from another directory as the working directory of a bot job (or the main directory...