Changes between Version 72 and Version 73 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
04/14/23 09:52:13 (15 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v72 v73  
    3838You can find more informations on link between GENCI projects and filesytems [wiki:Doc/ComputingCenters/TGCC#Specificdirectoriesforprojects here] 
    3939 
    40 ## Irene machine (Intel skylake) ## 
     40## Irene machine (Intel skylake and AMD Rome) ## 
    4141 
    4242We suggest the user to use the igcmg environment (in bash) with a copy of the bashrc in his HOME. 
     
    4646}}} 
    4747 
    48 Additionally, you can copy and complete the example of bashrc_irene file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
     48Additionally, you need to copy and complete the example of bashrc_irene file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
    4949{{{ 
    5050#!sh 
     
    6363}}} 
    6464 * 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). 
    65  
    66 ## Irene-amd machine (AMD Rome) ## 
    67  
    68 We suggest the user to use the igcmg environment (in bash) with a copy of the bashrc in his HOME. 
    69 {{{ 
    70 #!sh 
    71 ryyy999@irene: cp ~igcmg/MachineEnvironment/irene/bashrc  ~/.bashrc 
    72 }}} 
    73  
    74 Additionnaly, 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. 
    75 {{{ 
    76 #!sh 
    77 ryyy999@irene: cp ~igcmg/MachineEnvironment/irene-amd/bashrc_irene-amd ~/.bashrc_irene-amd 
    78 ryyy999@irene: vi  ~/.bashrc  # to point your own .bashrc_irene 
    79 }}} 
    80  
    81 ''We strongly advice you to add the line `module switch dfldatadir dfldatadir/genXXXX` in your own .bashrc_irene.'' 
    82  
    83 WARNING : if you have a ~/.profile file, it's better to remove it to avoid any problem during the execution of a simulation with libIGCM 
    84  
    85 In this environment is specified: 
    86  * the path to the compiler tool `fcm` and to the `rebuild` tool which recombines output files from a parallel model: 
    87 {{{  
    88 export PATH=$(ccc_home -u igcmg)/Tools/fcm/bin:$(ccc_home -u igcmg)/Tools/irene-amd/bin:$PATH 
    89 }}} 
    90  * 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). 
    91  
    9265 
    9366