source: TOOLS/MachineEnvironment/mesoipsl/bashrc @ 6755

Last change on this file since 6755 was 6755, checked in by jgipsl, 2 months ago

Added mesoipsl as it was created previously in october 2022.
Also change path to modipsl forge.ipsl.fr and added module load subversion.

File size: 368 bytes
Line 
1# .bashrc for spirit, spiritx, ciclad and climserv
2# Source global definitions
3if [ -f /etc/bashrc ]; then
4        . /etc/bashrc
5fi
6
7# User specific aliases and functions depending on cluster
8case $HOSTNAME in
9spiritx*)
10    source ~/.bashrc_spiritx ;;
11spirit*)
12    source ~/.bashrc_spirit ;;
13ciclad*)
14    source ~/.bashrc_ciclad ;;
15*)
16    source ~/.bashrc_climserv ;;
17esac
18
19
Note: See TracBrowser for help on using the repository browser.