source: TOOLS/MachineEnvironment/irene-amd/bashrc_irene-amd @ 5504

Last change on this file since 5504 was 5503, checked in by aclsce, 4 years ago
  • Added irene-amd machine environment.
  • Modified irene/bashrc to take into account irene-amd.
  • Property svn:executable set to *
File size: 1.9 KB
Line 
1# .bashrc
2
3#------------------------------------------------------
4# To get 644 file and 755 directory
5umask 0022
6
7#------------------------------------------------------
8PS1="\u@\h:\w> "
9
10# Source global definitions
11if [ -f /etc/bashrc ]; then
12    . /etc/bashrc
13fi
14
15#------------------------------------------------------
16# COMPUTE AND COMPILE ENVIRONNEMENT (intel, netcdf, mpi, hdf5, nco, cdo,...)
17#------------------------------------------------------
18. `ccc_home -u igcmg`/MachineEnvironment/irene-amd/env_irene-amd
19
20#------------------------------------------------------
21# POST-TREATMENTS (FERRET/FAST/ATLAS)
22#------------------------------------------------------
23. `ccc_home -u igcmg`/MachineEnvironment/irene-amd/env_atlas_irene-amd
24
25#------------------------------------------------------
26# SUBVERSION ENVIRONMENT (1.6.9)
27#------------------------------------------------------
28module unload subversion
29module use /ccc/cont003/home/igcmg/igcmg/Modules/tools
30module load subversion/1.6.9
31
32#------------------------------------------------------
33export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/irene-amd:`ccc_home -u igcmg`/Tools/irene-amd/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH"
34
35#------------------------------------------------------
36# User specific aliases and functions
37
38alias ls='ls --color'
39alias ll='ls -l --color'
40alias h='history'
41alias rm='rm -i'
42alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
43
44alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
45
46alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
47
48#------------------------------------------------------
49## Add below your personal settings
50#------------------------------------------------------
51
52
53
54
Note: See TracBrowser for help on using the repository browser.