Ignore:
Timestamp:
02/10/20 15:10:20 (4 years ago)
Author:
jgipsl
Message:

Homogenization of v6.2 and v7. Main difference in compilation:

  • option -optmode has been removed. Instead use one of following: -prod, -dev or -debug
  • the name of the executable now contains the optimization mode used while compiling. In config.card, if compiling with -dev or -debug, OptMode? in the beginning of config.card must be changed accordingly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/config.card

    r4690 r4921  
    1616ExperimentName=test 
    1717SpaceName=TEST 
    18 # Source following file with module settings 
    19 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2018#============================ 
    2119#D-- leap, noleap, 360d 
     
    3432# CompressionLevel=0 when using more that 1 xios server 
    3533CompressionLevel=0 
     34#============================ 
     35# Source following file with module settings 
     36EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     37#============================ 
     38# OptMode indicates the optimization mode choosen during compilation 
     39# This variable is used in the executable name 
     40OptMode=prod 
    3641 
    3742#======================================================================== 
     
    4752#D-- Executable - 
    4853[Executable] 
    49 ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 160MPI, 4OMP) 
     54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 160MPI, 4OMP) 
    5055ATM= ("","") 
    5156SRF= ("", "") 
    52 IOS= (xios_server.exe, xios.x, 1MPI) 
     57IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5358 
    5459#======================================================================== 
     
    7984#D-- ICO - 
    8085[ICO] 
    81 # 
    82 WriteFrequency="" 
    8386# If config_Restarts_OverRule == 'n' all params are read 
    8487Restart= n 
     
    9295#D-- ATM - 
    9396[ATM] 
    94 # WriteFrequency is not used any more for LMDZ 
    95 WriteFrequency="" 
    9697# If config_Restarts_OverRule == 'n' all params are read 
    9798Restart= n 
     
    105106#D-- SRF - 
    106107[SRF] 
    107 # WriteFrequency is not used any more for ORCHIDEE  
    108 # Output files are now managed in orchidee.card  
    109 WriteFrequency="" 
    110108# If config_Restarts_OverRule == 'n' next 4 params are read 
    111109Restart= n 
     
    120118#D-- SBG - STOMATE 
    121119[SBG] 
    122 # WriteFrequency is not used any more for ORCHIDEE  
    123 # Output files are now managed in stomate.card  
    124 WriteFrequency="" 
    125120# If config_Restarts_OverRule == 'n' next 4 params are read 
    126121Restart= n 
     
    135130#D-- IOS - 
    136131[IOS] 
    137 WriteFrequency="" 
    138132# If config_Restarts_OverRule == 'n' next 4 params are read 
    139133Restart= n 
Note: See TracChangeset for help on using the changeset viewer.