Last change
on this file since 6753 was
6753,
checked in by jgipsl, 6 months ago
|
Change path to modipsl on svn (now forge.ipsl.fr instead of forge.jussieu.fr)
Also commit older changes:
- jeanzay/env_atlas_jeanzay : Previously changed modules done in october 2020
- irene-amd : removed after homogenization between modules used at skylake and amd in 2023
- irene : new modules used since change to redhat8 in april 2023
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | # .bash_login |
---|
2 | #------------------------------------------------------ |
---|
3 | # To get 644 file and 755 directory |
---|
4 | umask 0022 |
---|
5 | |
---|
6 | # Set prompt |
---|
7 | PS1="\u@\h:\w> " |
---|
8 | |
---|
9 | # Source recommanded module environement for compilation and running modeles |
---|
10 | source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay |
---|
11 | |
---|
12 | # Source recommanded module environement for post-treatment tools ferret, fast and atlas |
---|
13 | source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_atlas_jeanzay |
---|
14 | |
---|
15 | # Other modules |
---|
16 | module load subversion/1.9.7 |
---|
17 | module load cdo |
---|
18 | |
---|
19 | # Add rebuild to PATH |
---|
20 | export PATH="/gpfswork/rech/psl/commun/Tools/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH" |
---|
21 | |
---|
22 | # alias for extraction of modipsl |
---|
23 | alias svn_ano='svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl' |
---|
24 | |
---|
25 | # Other standard aliases and functions |
---|
26 | alias rm='rm -i' |
---|
27 | alias cp='cp -i' |
---|
28 | alias mv='mv -i' |
---|
29 | alias ll='ls -l' |
---|
30 | alias la='ls -a' |
---|
31 | alias ld='ls -l | egrep '^d'' |
---|
32 | alias h='history' |
---|
33 | |
---|
34 | #------------------------------------------------------ |
---|
35 | # Below user specific aliases and functions |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.