software-layer
software-layer copied to clipboard
Software layer of the EESSI project
We added ReFrame to the 2021.06 compat layer (cfr. https://github.com/EESSI/gentoo-overlay/pull/41), and now the installation of ReFrame in the 2021.06 software layer is failing: ``` == 2021-08-26 14:33:05,527 build_log.py:169 ERROR EasyBuild...
We should a variable symlink so that people can use the cvmfs configuration file to set the arch...that way you would have an invariant path that could be used in...
We're currently always using a single node to build the software layer, it would be nice to have support for leveraging a pool of available nodes, which should significantly speed...
We should leverage the (experimental) support for installing R extensions in parallel to speed up the installation of `R`, see https://docs.easybuild.io/en/latest/Installing_extensions_in_parallel.html (doesn't work yet for `R-bundle-Bioconductor`).
Java is broken at runtime in 2021.06, this surfaces when installing Bazel: ``` ERROR: crash in async thread: java.lang.UnsatisfiedLinkError: /tmp/eessi/easybuild/build/Bazel/3.6.0/GCCcore-9.3.0/tmpxi8aw6rd-bazel-root/install/dfe9074d44cb227b85e086d3ace4b172/libunix.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/eessi/easybuild/build/Bazel/3.6.0/GCCcore-9.3.0/tmpxi8aw6rd-bazel-root/install/dfe9074d44cb227b85e086d3ace4b172/libunix.so) ``` or...
I've been doing some successful testing of https://github.com/EESSI/software-layer/pull/116 and I'd like others to also give it a try. For minimal testing you just need set up the override directory: ```...
When trying to source the `2021.03` init script in an Openstack VM I got the following error: ``` $ source /cvmfs/pilot.eessi-hpc.org/2021.03/init/bash Found EESSI pilot repo @ /cvmfs/pilot.eessi-hpc.org/2021.03! Traceback (most recent...
Idea by @akesandgren, a module file that sites can install on their system to provide easy access to EESSI. Instead of init script to be sourced. Reasons: * rollback of...
Big data software such as Spark and Dask uses ip addresses and fixed ports that are usually not provided by cluster managers such as SLURM. Deployment of these should be...
This can be troublesome with the current setup. While the Julia binary and runtime can be easily self installed, using the default installation procedure for [Julia MPI](https://github.com/JuliaParallel/MPI.jl) as documented at...