Changeset 3934 for TOOLS


Ignore:
Timestamp:
06/22/18 11:28:13 (6 years ago)
Author:
jgipsl
Message:
  • Add irene in bashrc and create bashrc_irene.
  • bashrc_curie: Removed functions for changing write permissions not needed by all users.


Location:
TOOLS/MachineEnvironment
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • TOOLS/MachineEnvironment/curie/bashrc

    r3931 r3934  
    88        . `ccc_home -u igcmg`/MachineEnvironment/curie/bashrc_curie ;; 
    99 
     10irene*) 
     11        . `ccc_home -u igcmg`/MachineEnvironment/irene/bashrc_irene ;; 
     12 
    1013esac 
    1114##################################### 
  • TOOLS/MachineEnvironment/curie/bashrc_curie

    r3931 r3934  
    3232alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;' 
    3333 
    34 igcmg () { cd /ccc/cont003/home/igcmg/igcmg/; module load extenv/igcmg ; } 
    35 igcmg_w () { cd /ccc/work/cont003/igcmg/igcmg/; module load extenv/igcmg ; } 
    36 home () { module unload extenv/igcmg ; cd ; } 
    37  
  • TOOLS/MachineEnvironment/irene/bashrc

    r3931 r3934  
    88        . `ccc_home -u igcmg`/MachineEnvironment/curie/bashrc_curie ;; 
    99 
     10irene*) 
     11        . `ccc_home -u igcmg`/MachineEnvironment/irene/bashrc_irene ;; 
     12 
    1013esac 
    1114##################################### 
  • TOOLS/MachineEnvironment/irene/bashrc_irene

    r3931 r3934  
    1414 
    1515#------------------------------------------------------ 
    16 # POST-TREATMENTS (FERRET/FAST/ATLAS + NCO + ...) 
     16# COMPUTE AND COMPILE ENVIRONNEMENT (intel, netcdf, mpi, hdf5, nco, cdo,...) 
    1717#------------------------------------------------------ 
    18 . `ccc_home -u igcmg`/MachineEnvironment/curie/atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh 
     18## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_irene 
     19. `ccc_home -u igcmg`/MachineEnvironment/irene/env_irene 
    1920 
    2021#------------------------------------------------------ 
    21 export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/curie/bin:$PATH" 
     22# POST-TREATMENTS (FERRET/FAST/ATLAS) 
     23#------------------------------------------------------ 
     24## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_atals_irene 
     25. `ccc_home -u igcmg`/MachineEnvironment/irene/env_atlas_irene 
     26 
     27#------------------------------------------------------ 
     28export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/irene:`ccc_home -u igcmg`/Tools/irene/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH" 
    2229 
    2330#------------------------------------------------------ 
     
    3239alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;' 
    3340 
    34 igcmg () { cd /ccc/cont003/home/igcmg/igcmg/; module load extenv/igcmg ; } 
    35 igcmg_w () { cd /ccc/work/cont003/igcmg/igcmg/; module load extenv/igcmg ; } 
    36 home () { module unload extenv/igcmg ; cd ; } 
    3741 
Note: See TracChangeset for help on using the changeset viewer.