balston

Results 500 comments of balston

environment-modules-4.5.2-1.el8 is the default in CentOS 8 stream. Let me see if I can install an earlier version in the container.

Looks like 4.4.1 is available for CentOS 8 - I will try that version.

I'm trying to rebuild the container to try something out and it is failing to build. The CentOS 8 Stream Docker image is no longer working probably due to: https://pythonspeed.com/articles/centos-8-is-dead/...

Using CentOS 9 Steam as the base Docker image doesn't work as the Cray PE fails to install with dependency errors: ``` python3 cpe-installer.py --cpu-target x86-icelake Adding repo from: file:///mnt/CrayPE...

The RedHat UBI doesn't include the developer tools and doesn't allow you to install them without the system being registered.

Tried an alternative image (docker pull rockylinux) as the base and now I'm back to where we were. A container that runs but cannot do the above module unload/loads.

I'm adding `rsync ` to the container.

I think I've sorted out how to enable modules correctly in the container on Myriad and for the: ``` Singularity> module unload PrgEnv-cray Singularity> module load PrgEnv-gnu ``` to work....

A new version of the Cray PE container is in: ``` /shared/ucl/apps/CrayPE/ ``` on Myriad. It can be run using: ``` export SINGULARITY_BINDPATH=$SINGULARITY_BINDPATH,/shared/ucl/apps singularity shell /shared/ucl/apps/CrayPE/CrayPE . /usr/local/bin/module-setup ``` It...