Last change
on this file was
6753,
checked in by jgipsl, 7 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
|
Rev | Line | |
---|
[4774] | 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 | |
---|
[4857] | 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 | |
---|
[4774] | 15 | # Other modules |
---|
[4897] | 16 | module load subversion/1.9.7 |
---|
[4774] | 17 | module load cdo |
---|
| 18 | |
---|
[4897] | 19 | # Add rebuild to PATH |
---|
| 20 | export PATH="/gpfswork/rech/psl/commun/Tools/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH" |
---|
| 21 | |
---|
[4774] | 22 | # alias for extraction of modipsl |
---|
[6753] | 23 | alias svn_ano='svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl' |
---|
[4774] | 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.