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/ICOLMDZ/clim_noleap/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 
     
    3331#-- Compression level for netcdf output files 
    3432CompressionLevel=2 
     33#============================ 
     34# Source following file with module settings 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36#============================ 
     37# OptMode indicates the optimization mode choosen during compilation 
     38# This variable is used in the executable name 
     39OptMode=prod 
    3540 
    3641#======================================================================== 
     
    4550#D-- Executable - 
    4651[Executable] 
    47 ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI) 
     52ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 40MPI) 
    4853ATM= ("","") 
    49 IOS= (xios_server.exe, xios.x, 1MPI) 
     54IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5055 
    5156#======================================================================== 
     
    7681#D-- ICO - 
    7782[ICO] 
    78 # WriteFrequency is not used any more for LMDZ 
    79 WriteFrequency="" 
    8083# If config_Restarts_OverRule == 'n' all params are read 
    8184Restart= n 
     
    8992#D-- ATM - 
    9093[ATM] 
    91 # 
    92 WriteFrequency="" 
    9394# If config_Restarts_OverRule == 'n' all params are read 
    9495Restart= n 
     
    102103#D-- IOS - 
    103104[IOS] 
    104 WriteFrequency="" 
    105105# If config_Restarts_OverRule == 'n' next 4 params are read 
    106106Restart= n 
Note: See TracChangeset for help on using the changeset viewer.