Changes between Version 44 and Version 45 of Doc/ComputingCenters/TGCC/IreneRedHat8


Ignore:
Timestamp:
04/14/23 16:01:23 (15 months ago)
Author:
snguyen
Comment:

--

Legend:

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

    v44 v45  
    166166}}} 
    167167 
    168  * Modify A`A_make` to source this new environment file and indicate to XIOS which environment file it will use 
     168 * Modify `AA_make` to source this new environment file and indicate to XIOS which environment file it will use 
    169169{{{ 
    170170submitdir=$(shell pwd) 
     
    191191 * IPSLCM5A2 AA_Make 
    192192{{{ 
     193MYSRC_DIR = $(shell /bin/pwd) 
     194arch_path=${MYSRC_DIR}/ARCH/ 
     195 
     196all :                                                                            
     197    if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) IPSLCM5A2-VLR ; fi 
     198 
     199... 
     200 
    193201oasis3-mct: 
    194202    (. ${arch_path}/arch-X64_IRENE.env; cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; )