From b2d8d60b6009a493ac25881a4b89521907697182 Mon Sep 17 00:00:00 2001 From: Jeremy Wong <44199955+jwjeremy@users.noreply.github.com> Date: Tue, 21 May 2024 16:19:35 -0700 Subject: [PATCH] Update source_modules.sh update the docker image labels --- source_modules.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source_modules.sh b/source_modules.sh index b172b34..7a73f70 100644 --- a/source_modules.sh +++ b/source_modules.sh @@ -22,10 +22,11 @@ pip install --user vtk pyvista pip install --user --update gmsh pip install --user scipy matplotlib pyproj +cp /work2/10000/jwjeremy/share/libgmsh.so.4.11.1 ~/.local/lib/libgmsh.so.4.11 + echo "MNMN: load appatainer module" module load tacc-apptainer - # SHARED_PATH="/your/path/to/container/" SIF_NAME="training_latest.sif" @@ -34,7 +35,7 @@ if [ ! -f $SIF_NAME ]; then if [ ! -f $SHARED_PATH/$SIF_NAME ]; then # load the image if no image exists in the shared directory echo "MNMN: pull the appatainer image" - apptainer pull -F docker://seissol/training:latest + apptainer pull -F docker://seissol/training:hps-2024-frontera else # create symlink to the shared directory echo "MNMN: create symlink to the shared directory"