Georgios Kafanas
Georgios Kafanas
When installing this package collection in a Conda environment, I noticed that it depends on the R package [`R.utils`](https://cran.r-project.org/web/packages/R.utils/index.html) and on a few other libraries. This is the specification of...
I am building GROMACS version 2023.3 with GPU support, using EasyBuild version 4.9.0. The build command used is: ```bash eb GROMACS-2023.3-foss-2022a-CUDA-11.7.0.eb --robot --cuda-compute-capabilities='7.0' --accept-eula-for=CUDA ``` GROMACS compiles successfully, but the...
I am building the ScaLAPACK library using the provided CMake script. After installation, the installed library DSO maintains the `RUNPATH` present in the output of the build process. However, the...
Typo in section title: https://hpc-docs.uni.lu/data/transfer/#transfers-between-log-term-storage-and-the-hpc-facilities
The search feature seems to work only with entries in the database that are in the YYYY-MM-DD or YYYY formats. Could it be extended to support the YYYY-MM format as...
I am trying to compile `OpenMPI-4.1.6-GCC-13.2.0.eb` with a GC3Pie job with EasyBuild 4.9.1. Everything works without issue apart from the compilation of MPI itself. The compilation fails with the message:...
The files can be build in some selected build path (--buildpath), and the logs of successful compilation are then concentrated to some other location for permanent storage (--logfile-format). Logs of...
The `pythonpath` variable in the `python.py` EasyBlock is used to create temporary directories to store build artifacts. However, there are 2 problems with the current definition of the `pythonpath` instance...