source: TOOLS/MachineEnvironment/curie/bashrc_mercure01 @ 3929

Last change on this file since 3929 was 3929, checked in by jgipsl, 6 years ago

Add folder MachineEnvironment? to contain all environement files at computing centers which are maintained by the platform group.

The files in subfolder curie and irene were previously stored at TGCC in the home p86ipsl. The files had previously a point as prefix which has been removed to make the files visible. For history, here also commited old files not used any more. They will be removed in next commit.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1# .bashrc
2
3#------------------------------------------------------
4# To get 644 file and 755 directory
5umask 0022
6
7#------------------------------------------------------
8PS1="\u@\h:\w> "
9
10#------------------------------------------------------
11export PATH="$PATH:/usr/local/bin"
12
13#------------------------------------------------------
14# POST-TREATMENTS (FERRET/FAST/ATLAS + NCO + ...)
15#------------------------------------------------------
16. `ccc_home -u p86ipsl`/.atlas_env_mercure01_ksh
17
18#-----------------------------------------------------
19export PATH="$PATH:~p86ipsl/fcm/bin:/usr/local/bin"
20
21#------------------------------------------------------
22# User specific aliases and functions
23
24
25alias ls='ls'
26alias ll='ls -l --color'
27alias h='history'
28alias rm='rm -i'
29alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
30
31alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
32
33sx8 () {  module load netcdf_sx8 ; export PS1="SX8"' - $PWD : ' ; }
34sx9 () { module switch SX8 SX9 ; module load netcdf_sx9 ; export PS1="SX9"' - $PWD : ' ; }
35
Note: See TracBrowser for help on using the repository browser.