software-layer
software-layer copied to clipboard
Software layer of the EESSI project
We've experienced test failures with the FFTW `make check` command, in the MPI part of the unit tests. See e.g. [this pr](https://github.com/EESSI/software-layer/pull/310) for FFTW 3.3.10 for foss-2022a and [this pr](https://github.com/EESSI/software-layer/pull/297)...
We're seeing somewhat higher number of OpenBLAS test suite failures on ARM neoverse_v1 in: * https://github.com/EESSI/software-layer/pull/309/ For now, we've increased the number of accepted failures, but we'll need to investigate...
We're seeing a number of failing tests in the numpy test suite on ARM neoverse_v1 in: - https://github.com/EESSI/software-layer/pull/306 ``` =========================== short test summary info ============================ FAILED fft/tests/test_pocketfft.py::TestFFT1D::test_identity - AssertionError: FAILED...
Some tests in the ESPResSo v4.2.1 test suite are known to be flaky, and sometimes hang, for example: * https://github.com/espressomd/espresso/issues/4639 We ran into similar problem when building ESPResSo v4.2.1 for...
Running the install_cuda_host_injections.sh as root doesn't work, since EasyBuild doesn't allow it: ``` {EESSI 2023.06} 15:03 login-gpu1.liza.surf.nl:/tmp root# /cvmfs/software.eessi.io/versions/${EESSI_VERSION}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12.3.0 --accept-cuda-eula Attempting to load an EasyBuild module to do...
There have been a number of issues and PRs to date related to this, but we now need to get this in order and bring all those efforts up to...
If a developer wants to use EESSI + EasyBuild in CI, they have to go through some hoops. If EasyBuild supported a "developer" mode, it should allow someone to jump...
The bot currently provides a `*.diff` file in the working directory where the install script is run, which ` EESSI-install-software.sh` relies on to determine which files have been changed in...
When trying to build OpenFOAM, which depends on netCDF (https://github.com/EESSI/software-layer/pull/404) the build of netCDF v4.9.2 hangs on two tests, resulting in a timeout and test failures: ``` 163 - nc_test4_run_par_test...
We've had to exclude ScaFaCoS and tbb from the list of dependencies when building the LAMMPS installation on Aarch64. - tbb was failing to build on Aarch64 targets - ScaFaCos...