easybuild
easybuild copied to clipboard
EasyBuild - building software with ease
currently, AI/ML software is categorized rather loosely: scikit-learn is `data`, pytorch is `devel`, tensorflow is `lib`, keras is `math`... there's nothing about AI/ML in the list of default moduleclasses, https://github.com/easybuilders/easybuild-framework/blob/454fe5e024b443b189f8e0f9f8727ed54c28ff56/easybuild/tools/config.py#L400-L424...
The example is the following: I have a software which uses itself to rewrite its configuration files. Let's call this software "straffe" for the sake of example. During the eb...
For MKL, the `i8` toolchainoption selects the `ilp64` variants of the libraries [1, 2] We can easily make OpenBLAS also build a library with 8 byte integers with e.g. `buildopts...
Hi Thanks for your great package. I tried install WRF using: ``` eb WRF-4.3-foss-2021a-dmpar.eb -r ``` in command line. I faced this problem when it wanted to install GCCCore 10.3.0:...
Hi, Reporting a failure when our campus module already provides `zlib/1.2.11` required for easybuild.. Work around by reseting the MODULEPATH to avoid the default providided module folder to only use...
During the build of OpenMPI-4.1.1 with the foss-2021a toolchain I get the following error: ```== 2021-11-09 18:51:42,520 build_log.py:169 ERROR EasyBuild crashed with an error (at easybuild/base/exceptions.py:124 in __init__): Sanity check...
Update versions and links used. Also link to Lmod docu and Github releases
Following up from https://github.com/easybuilders/easybuild/issues/701 update June 2021: hoping for access to Deucalion's A64FX partition when ready, to see if the current draft implementation is sufficiently generic or not update June...
EB sets `MPLBACKEND` to `Agg` by default to give a non-interactive backend. Whilst this solves the problem of "why won't my matplotlib work in the batch system" [1], it leads...