Changeset 6753 for TOOLS


Ignore:
Timestamp:
03/08/24 14:24:20 (7 weeks ago)
Author:
jgipsl
Message:

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
Location:
TOOLS/MachineEnvironment
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MachineEnvironment/irene/bashrc

    r5503 r6753  
    22        return 0  
    33fi 
     4 
    45##################################### 
    56# This file, ~/.bashrc, should be sourced by your ~/.bash_profile 
     
    78# Below, source ~/.basrch_curie or ~/.bashrc_irene depending on the computer  
    89# This file should be in your home 
    9 case $HOSTNAME in 
    1010 
    11 curie*) 
    12         . ~/.bashrc_curie ;; 
    13 irene170|irene171|irene190|irene191|irene192|irene193) 
    14         . ~/.bashrc_irene ;; 
    15 irene172|irene173|irene194|irene195) 
    16         . ~/.bashrc_irene-amd ;; 
     11u_s=$(uname -s) ; u_n=$(uname -n) ; u_r=$(uname -r) ; u_m=$(uname -m)  
     12 
     13case ${u_n} in 
     14    ( irene* ) 
     15    if [[ $(lscpu | grep "Intel(R) Xeon(R) Platinum") ]] ; then 
     16        if [[ "$(ccc_os)" = "Atos_7__x86_64" ]] ; then  
     17            . ~/.bashrc_irene_prev 
     18        fi 
     19        if [[ "$(ccc_os)" = "Rhel_8__x86_64" ]] ; then  
     20           . ~/.bashrc_irene 
     21        fi  
     22    fi 
     23     
     24     
     25    if [[ $(lscpu | grep "AMD") ]] ; then 
     26        if [[ "$(ccc_os)" = "Atos_7__x86_64" ]] ; then  
     27            . ~/.bashrc_irene-amd_prev  
     28        fi 
     29        if [[ "$(ccc_os)" = "Rhel_8__x86_64" ]] ; then  
     30            . ~/.bashrc_irene 
     31        fi 
     32    fi 
     33    ;; 
     34   
    1735esac 
    1836##################################### 
  • TOOLS/MachineEnvironment/irene/bashrc_irene

    r4927 r6753  
    1414 
    1515#------------------------------------------------------ 
    16 # COMPUTE AND COMPILE ENVIRONNEMENT (intel, netcdf, mpi, hdf5, nco, cdo,...) 
    17 #------------------------------------------------------ 
    18 ## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_irene 
    19 . `ccc_home -u igcmg`/MachineEnvironment/irene/env_irene 
    20  
    21 #------------------------------------------------------ 
    2216# POST-TREATMENTS (FERRET/FAST/ATLAS) 
    2317#------------------------------------------------------ 
    24 ## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_atlas_irene 
    2518. `ccc_home -u igcmg`/MachineEnvironment/irene/env_atlas_irene 
    2619 
    2720#------------------------------------------------------ 
    28 # SUBVERSION ENVIRONMENT (1.6.9) 
    29 #------------------------------------------------------ 
    30 module unload subversion 
    31 module use /ccc/cont003/home/igcmg/igcmg/Modules/tools 
    32 module load subversion/1.6.9 
    33  
    34 #------------------------------------------------------ 
    35 export 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" 
     21export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/irene:`ccc_home -u igcmg`/Tools/irene/rebuild/modipsl/bin:$PATH" 
    3622 
    3723#------------------------------------------------------ 
     
    4632alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;' 
    4733 
    48 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     34alias svn_ano='svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl' 
    4935 
    5036#------------------------------------------------------ 
  • TOOLS/MachineEnvironment/irene/env_atlas_irene

    r3932 r6753  
     1module purge 
     2module load gnu/8.3.0  
     3module load c++/gnu/8.3.0 
     4module load c/gnu/8.3.0 
     5module load nco/5.0.1 
     6module load cdo/1.9.10 
    17 
    28#------------------------------------------------------ 
     
    410#------------------------------------------------------ 
    511# Load before FAST to get ps2pdf from FAST in PATH  
    6 module load ghostscript/9.19 
     12module load ghostscript/9.52 
     13 
     14 
     15#------------------------------------------------------ 
     16# PYTHON 
     17#------------------------------------------------------ 
     18module load python3 
    719 
    820#------------------------------------------------------ 
    921# FERRET 
    1022#------------------------------------------------------ 
    11 module load ferret/7.2 
     23module load ferret/7.6.0 
    1224 
    1325#------------------------------------------------------ 
    1426# FAST (Ferret Analysis Scripting Toolbox) 
    1527#------------------------------------------------------ 
    16 export FER_FAST="`/usr/bin/ccc_home -u igcmg`/Tools/fast" 
     28export FER_FAST="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg`/Tools/fast" 
    1729 
    1830export FER_GO="$FER_FAST $FER_GO" 
     
    2638# ATLAS 
    2739#------------------------------------------------------ 
    28 export FER_ATLAS="`/usr/bin/ccc_home -u igcmg`/Tools/atlas" 
     40export FER_ATLAS="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg`/Tools/atlas" 
    2941 
    3042export FER_GO="$FER_GO $FER_ATLAS" 
     
    3850# DATABASE 
    3951#------------------------------------------------------ 
    40 export DB="`/usr/bin/ccc_home -u igcmg -W`/database" 
     52export DB="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg -W`/database" 
    4153export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato" 
     54 
     55# Move before the module load ferret to avoid overwritting 
     56# of FER_XX paths (atlas, fast, ...) - October 9, 2023 
     57##------------------------------------------------------ 
     58## PYTHON 
     59##------------------------------------------------------ 
     60#module load python3 
  • TOOLS/MachineEnvironment/irene/env_irene

    r6203 r6753  
    1 # Compile and running environnemnet at Irene Skylake  
    21module purge 
    3 module load intel/17.0.6.256 
    4 module load mpi/openmpi/2.0.4 
     2module load intel/20.0.0 
     3module load mpi/openmpi/4.1.4 
    54module load flavor/hdf5/parallel 
    6 module load netcdf-fortran/4.4.4 
    7 module load mkl/17.0.6.256 
    8 module load hdf5/1.8.20 
     5module load hdf5/1.12.0 
     6module load netcdf-fortran/4.5.3 
     7module load mkl/20.0.0 
    98module load feature/bridge/heterogenous_mpmd 
    10 module load nco/4.9.2 
    11  
    12 module load cdo 
     9module load c++/gnu/8.3.0 
     10module load c/gnu/8.3.0 
  • TOOLS/MachineEnvironment/jeanzay/bash_login

    r4897 r6753  
    2121 
    2222# alias for extraction of modipsl 
    23 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     23alias svn_ano='svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl' 
    2424 
    2525# Other standard aliases and functions 
  • TOOLS/MachineEnvironment/jeanzay/env_atlas_jeanzay

    r4857 r6753  
    99# FERRET 
    1010#------------------------------------------------------ 
    11 module load ferret/7.2 
     11#correction du module ferret le 1 octo 2020 / Anne Cozic Romain Pennel  
     12#module load ferret/7.2 
     13module load ferret/7.6.0 
     14module load imagemagick/7.0.8-7 
    1215 
    1316#------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.