Mercurial > hg > cc > cirrus_work
comparison .csing_init @ 96:e1a05ead2b1c
try to do csing correctly on compute nodes
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Fri, 08 Sep 2023 18:05:57 +0100 |
| parents | |
| children | 567ba6010658 |
comparison
equal
deleted
inserted
replaced
| 95:86df63d251cf | 96:e1a05ead2b1c |
|---|---|
| 1 # sourced by .bashrc if we're csinging, as well as via $BASHENV | |
| 2 | |
| 3 # We have access to mounted modules from Cirrus, use anaconda python libs, | |
| 4 # in particular, tkinter for matplotlib | |
| 5 export MODULES=/mnt/lustre/indy2lfs/sw | |
| 6 export ANACONDA=$MODULES/anaconda/anaconda3-2021.11 | |
| 7 export SING=csing | |
| 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 | |
| 9 PATH=$ANACONDA/bin:$PATH | |
| 10 export XDG_RUNTIME_DIR=/tmp/runtime-$USER |
