Changes between Version 56 and Version 57 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
02/25/20 11:55:48 (4 years ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v56 v57  
    1919 * Online access to the machines' users manual (you will need a TGCC login and password): https://www-tgcc.ccc.cea.fr/ .  
    2020   * Online access to technical issues and news : https://www-tgcc.ccc.cea.fr/en/news/index.html 
    21  * TGCC's machine is [wiki:Doc/Env/TgccIrene Irène] (Bull Skylake) 
     21 * TGCC's machine is : 
     22  * [wiki:Doc/Env/TgccIrene Irene] (Intel Skylake) 
     23  * [wiki:Doc/Env/TgccIreneAmd Irene-amd] (AMD Rome) 
    2224 
    2325 * Note: the '''$HOME/.snapshot''' directory contains hourly, daily, and weekly backups of your $HOME files. 
    2426 
    2527[[NoteBox(note,It is important to take the time to install a comfortable and efficient environment., 600px)]] 
     28 
     29## Irene machine (Intel skylake) ## 
    2630 
    2731We suggest the user to use the igcmg environment (in bash) with a copy of the bashrc in his HOME. 
     
    4650}}} 
    4751 * 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/irene/env_atlas_irene). 
     52 
     53## Irene-amd machine (AMD Rome) ## 
     54 
     55We suggest the user to use the igcmg environment (in bash) with a copy of the bashrc in his HOME. 
     56{{{ 
     57#!sh 
     58ryyy999@irene: cp ~igcmg/MachineEnvironment/irene/bashrc  ~/.bashrc 
     59}}} 
     60 
     61Additionnaly, you can copy and complete the example of bashrc_irene-amd file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
     62{{{ 
     63#!sh 
     64ryyy999@irene: cp ~igcmg/MachineEnvironment/irene-amd/bashrc_irene-amd ~/.bashrc_irene-amd 
     65ryyy999@irene: vi  ~/.bashrc  # to point your own .bashrc_irene 
     66}}} 
     67 
     68WARNING : if you have a ~/.profile file, it's better to remove it to avoid any problem during the execution of a simulation with libIGCM 
     69 
     70In this environment is specified: 
     71 * the path to the compiler tool `fcm` and to the `rebuild` tool which recombines output files from a parallel model: 
     72{{{  
     73export PATH=$(ccc_home -u igcmg)/Tools/fcm/bin:$(ccc_home -u igcmg)/Tools/irene-amd/bin:$PATH 
     74}}} 
     75 * 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/irene-amd/env_atlas_irene-amd). 
    4876 
    4977# Project and computing needs #