Maxime Boissonneault
Maxime Boissonneault
For your `` example, you actually don't want it to be displayed by `spider` at all, ever. We do that by excluding it from spider: ``` $ cat /cvmfs/soft.computecanada.ca/custom/modules/arch/avx512.lua if...
Basically, you want to see whether there is already a GCC loaded which is different from the current module. If so, then don't prepend_path... something like ``` if ( not...
> @mboisson But then how does LMod (and the spider cache) know about modules inside `/cvmfs/soft.computecanada.ca/custom/modules-avx512`? Without the spider cache Lmod is just to slow and I guess once that...
Yes, I can see how it could be useful, but I suspect it may be more complicated than expected. Introducing a new command also requires user training (or they won't...
I wonder if it could be implemented through a spider hook.
hooks into pip would be a tremendous feature in my opinion. Users on our computing clusters are using `pip` to install a lot of things and we would like to...
I get bluetooth issues using a USB dongle on a Ubuntu 22.04 box with HA docker. I don't think it's related to HA Yellow... More details on what I get...
Currently, our script can build apptainer containers from 3 types of sources: 1) apptainer definition files 2) Dockerfile 3) pull a docker image from a docker registry and convert it...
Also, another use case in which we have used this is FMRIPrep: https://github.com/ComputeCanada/easybuild-easyconfigs/blob/computecanada-main/easybuild/easyconfigs/f/FMRIprep/FMRIprep-23.1.3.eb This is in large part because it depends on FSL, which is itself a nightmare. [FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/) (version...
> Is the run path still set on the installed binary? I suspect it's been removed during the installation which, generally speaking, makes sense. Leaving run paths on binaries present...