source: TOOLS/MachineEnvironment/jeanzay/bash_login @ 6753

Last change on this file since 6753 was 6753, checked in by jgipsl, 4 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
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.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.