Changes between Version 33 and Version 34 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
06/21/18 16:53:34 (6 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v33 v34  
    2727[[NoteBox(note,It is important to take the time to install a comfortable and efficient environment., 600px)]] 
    2828 
    29 We suggest the user to use the p86ipsl login's environment (in bash) as an example (copy the `~p86ipsl/.bashrc_curie` and the `~p86ipsl/.bash_profile` files in your home). You can complete the .bashrc file to create your favorite environment (alias, module load ...)  
    30 {{{ 
    31 #!sh 
    32 ryyy999@curie: cp ~p86ipsl/.bashrc_curie  ~/. 
    33 ryyy999@curie: cp ~p86ipsl/.bash_profile ~/. 
     29We suggest the user to use the igcmg environment (in bash) with a copy of the bashrc in his HOME. 
     30{{{ 
     31#!sh 
     32ryyy999@curie: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/curie/bashrc  ~/.bashrc 
     33}}} 
     34 
     35Additionnaly, you can copy and complete the example of bashrc_curie file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
     36{{{ 
     37#!sh 
     38ryyy999@curie: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/curie/bashrc_curie ~/.bashrc_curie 
     39ryyy999@curie: vi  ~/.bashrc  # to point your own .bashrc_curie 
    3440}}} 
    3541 
     
    3945 * the path to the compiler tool `fcm` and to the `rebuild` tool which recombines output files from a parallel model: 
    4046{{{  
    41 export PATH=~p86ipsl/fcm/bin:~p86ipsl/rebuild/src_X64_CURIE/modipsl_v2_2_2_netcdf4.2/bin/rebuild:$PATH 
    42 }}} 
    43  * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in ~p86ipsl/.atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh). The revision numbers may change, currently (June 2015) following modules are loaded for computing : 
    44 {{{ 
    45 module load ghostscript/9.04 
    46 module load ferret/6.9.3 
    47 module load gsl/1.14 
    48 module load netcdf/4.3.3.1_hdf5_parallel 
    49 module load cdo/1.6.7 
    50 module load imagemagick/6.7.4 
    51 module load nco/4.4.8 
    52 }}} 
     47export PATH=$(ccc_home -u igcmg)/Tools/fcm/bin:$(ccc_home -u igcmg)/Tools/curie/bin:$PATH 
     48}}} 
     49 * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in `ccc_home -u igcmg`/MachineEnvironment/curie/atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh). 
    5350 
    5451# Project and computing needs #