Re: [easybuild] tracking modules usage

2024-04-03 Thread James KW Moore
Hi Arnau, Which module system are you using? At Sheffield we use LMOD with our newest cluster (which has extensive guidance here: https://lmod.readthedocs.io/en/latest/300_tracking_module_usage.html ) as well as used Environment Modules on our older retired cluster. On the newer cluster in the

Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread James KW Moore
Hi all, When I have these sorts of issues with downloads I will usually end up using *wget* to manually download via the original URL (resuming multiple fails if needed) then move the file into the eb-srcs directory (in the right subdirectory). This will mean you don't need to potentially edit

Re: [easybuild] Upgrade to EB 4.7.0 fails on CentOS 7

2023-02-23 Thread James KW Moore
Hi all, We didn't have any issues updating to 4.7.0 when using the old easybuild for bootstrapping on Centos7. We did so with by making sure the shell environment was clean (bar the modules system) and then working with: #!/usr/bin/env bash > module use /opt/apps/testapps/common/modules/all >