Mercurial > hg > cc > cirrus_work
annotate .csing_init @ 176:08e903ed5a98
renamed to stats.py
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 24 Nov 2023 20:38:39 +0000 |
parents | e1a05ead2b1c |
children | 567ba6010658 |
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 |