annotate .csing_init @ 210:6faed9e5d9c9

use 2-digit suffixes, use more care in what we wait for in the outer loop
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 11 Jan 2024 16:43:16 +0000
parents e1a05ead2b1c
children 567ba6010658
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
96
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 # sourced by .bashrc if we're csinging, as well as via $BASHENV
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 # We have access to mounted modules from Cirrus, use anaconda python libs,
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 # in particular, tkinter for matplotlib
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 export MODULES=/mnt/lustre/indy2lfs/sw
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 export ANACONDA=$MODULES/anaconda/anaconda3-2021.11
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 export SING=csing
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 export PYTHONPATH=:/usr/lib/python39.zip:/usr/lib/python3.9:/usr/lib/python3.9/lib-dynload:/usr/local/lib/python3.9/dist-packages:$ANACONDA/lib/python3.9:$ANACONDA/lib/python3.9/site-packages:$ANACONDA/lib/python3.9/lib-dynload
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 PATH=$ANACONDA/bin:$PATH
e1a05ead2b1c try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 export XDG_RUNTIME_DIR=/tmp/runtime-$USER