Changes between Version 63 and Version 64 of Doc/ComputingCenters/TGCC/IreneRedHat8


Ignore:
Timestamp:
04/21/23 12:23:35 (15 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC/IreneRedHat8

    v63 v64  
    177177 
    178178Then modify the compilation line for xios by adding  
    179 {{{ 
    180 --arch_path ${arch_path} 
    181 }}} 
     179`[[BR]]--arch_path ${arch_path}` 
     180 
    182181 
    183182for example (in one forced configuration) :  
     
    192191}}} 
    193192 
    194 Then add  
    195 {{{ 
    196 . ${arch_path}/arch-X64_IRENE.env;  
    197 }}} 
    198  
    199 before '''all''' models compilation.  
     193Then add [[BR]] 
     194`. ${arch_path}/arch-X64_IRENE.env; ` 
     195 
     196 
     197before '''ALL''' models compilation.  
    200198For example for libioipsl,   
    201199{{{