Mercurial > hg > cc > cirrus_work
annotate .csing_init @ 396:10813bab9072 plus tip
added test 9 for wat that pretty-prints json content
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 30 Jun 2026 16:50:56 +0100 |
| parents | 567ba6010658 |
| children |
| 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 |
| 237 | 5 export MODULES=/work/y07/shared/cirrus-modulefiles |
| 6 #export ANACONDA=$MODULES/anaconda/anaconda3-2023.09 | |
|
96
e1a05ead2b1c
try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
7 export SING=csing |
| 237 | 8 export SS=csing |
| 9 export PS1='\[\033[1m\]csing\[\033[0m\]<\!>: ' | |
| 10 #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 | |
| 11 #PATH=$ANACONDA/bin:$PATH | |
| 12 | |
| 13 module load anaconda3 | |
| 14 | |
|
96
e1a05ead2b1c
try to do csing correctly on compute nodes
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
15 export XDG_RUNTIME_DIR=/tmp/runtime-$USER |
