source: TOOLS/MachineEnvironment/curie/bashrc_curie @ 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.4 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# POST-TREATMENTS (FERRET/FAST/ATLAS + NCO + ...)
17#------------------------------------------------------
18# AC : 09/06 : . `ccc_home -u p86ipsl`/.atlas_env_netcdf4_curie_ksh
19. `ccc_home -u p86ipsl`/.atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh
20
21#------------------------------------------------------
22#export PATH="~p86ipsl/fcm/bin:~p86ipsl/X64_CURIE/bin:$PATH"
23export PATH="`ccc_home -u p86ipsl`/fcm/bin:`ccc_home -u p86ipsl`/rebuild/src_X64_CURIE/modipsl_v2_2_2_netcdf4.2/bin:$PATH"
24
25#------------------------------------------------------
26# User specific aliases and functions
27
28alias ls='ls --color'
29alias ll='ls -l --color'
30alias h='history'
31alias rm='rm -i'
32alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
33
34alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
35
36igcmg () { cd /ccc/cont003/home/igcmg/igcmg/; module load extenv/igcmg ; }
37igcmg_w () { cd /ccc/work/cont003/igcmg/igcmg/; module load extenv/igcmg ; }
38home () { module unload extenv/igcmg ; cd ; }
39
Note: See TracBrowser for help on using the repository browser.