Changeset 3932


Ignore:
Timestamp:
06/21/18 16:00:34 (6 years ago)
Author:
jgipsl
Message:

Updated path and some cleaning

Location:
TOOLS/MachineEnvironment
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MachineEnvironment/curie/env_atlas_curie

    r3931 r3932  
    1414# FAST (Ferret Analysis Scripting Toolbox) 
    1515#------------------------------------------------------ 
    16 export FER_FAST="`/usr/bin/ccc_home -u igcmg`/fast" 
     16export FER_FAST="`/usr/bin/ccc_home -u igcmg`/Tools/fast" 
    1717 
    1818export FER_GO="$FER_FAST $FER_GO" 
  • TOOLS/MachineEnvironment/irene/env_atlas_irene

    r3929 r3932  
    1414# FAST (Ferret Analysis Scripting Toolbox) 
    1515#------------------------------------------------------ 
    16 export FER_FAST="`/usr/bin/ccc_home -u p86ipsl`/fast" 
     16export FER_FAST="`/usr/bin/ccc_home -u igcmg`/Tools/fast" 
    1717 
    1818export FER_GO="$FER_FAST $FER_GO" 
     
    2626# ATLAS 
    2727#------------------------------------------------------ 
    28 export FER_ATLAS="`/usr/bin/ccc_home -u p86ipsl`/atlas" 
     28export FER_ATLAS="`/usr/bin/ccc_home -u igcmg`/Tools/atlas" 
    2929 
    3030export FER_GO="$FER_GO $FER_ATLAS" 
     
    3838# DATABASE 
    3939#------------------------------------------------------ 
    40 export DB="`/usr/bin/ccc_home -u p86ipsl -W`/database" 
     40export DB="`/usr/bin/ccc_home -u igcmg -W`/database" 
    4141export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato" 
  • TOOLS/MachineEnvironment/irene/env_irene

    r3929 r3932  
    1 # Compile and running environnemnet at Irene J Ghattas 3/4/2018  
    2 # Modified 15 June 2018, J Ghattas  
    3 #module unload mpi flavor netcdf-fortran netcdf-c perl hdf5 
     1# Compile and running environnemnet at Irene Skylake  
    42module purge 
    53module load intel/17.0.4.196 
     
    75module load flavor/hdf5/parallel 
    86module load netcdf-fortran/4.4.4 
    9 #module load netcdf-c/4.4.1.1 
    10 module load netcdf-c/4.6.0 
    117module load mkl 
    12 #module load hdf5/1.8.16 
    138module load hdf5/1.8.20 
    149module load feature/bridge/heterogenous_mpmd 
    1510module load nco 
    1611module load cdo 
    17 #module load perl/5.24.2 
Note: See TracChangeset for help on using the changeset viewer.