source: TOOLS/MachineEnvironment/jeanzay/bash_login @ 4897

Last change on this file since 4897 was 4897, checked in by jgipsl, 4 years ago

Updated files done previously at jean-zay

  • env_jeanzay done after maintenance in December 2019
  • Property svn:executable set to *
File size: 1.0 KB
Line 
1# .bash_login
2#------------------------------------------------------
3# To get 644 file and 755 directory
4umask 0022
5
6# Set prompt
7PS1="\u@\h:\w> "
8
9# Source recommanded module environement for compilation and running modeles
10source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay
11
12# Source recommanded module environement for post-treatment tools ferret, fast and atlas
13source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_atlas_jeanzay
14
15# Other modules
16module load subversion/1.9.7
17module load cdo
18
19# Add rebuild to PATH
20export PATH="/gpfswork/rech/psl/commun/Tools/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH"
21
22# alias for extraction of modipsl
23alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
24
25# Other standard aliases and functions
26alias rm='rm -i'
27alias cp='cp -i'
28alias mv='mv -i'
29alias ll='ls -l'
30alias la='ls -a'
31alias ld='ls -l | egrep '^d''
32alias h='history'
33
34#------------------------------------------------------
35# Below user specific aliases and functions
36
Note: See TracBrowser for help on using the repository browser.