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/aquaplanet/CREATE_aquaplanet/config.card

    r4896 r4921  
    2727PeriodLength=1Y 
    2828#============================ 
     29#-- Compression level for netcdf output files 
     30CompressionLevel=2 
     31#============================ 
    2932# Source following file with module settings 
    3033EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3134#============================ 
    32 #-- Compression level for netcdf output files 
    33 CompressionLevel=2 
     35# OptMode indicates the optimization mode choosen during compilation 
     36# This variable is used in the executable name 
     37OptMode=prod 
    3438 
    3539#======================================================================== 
     
    4448[Executable] 
    4549#D- For each component: Real name of executable, Name of executable in the run directory  
    46 ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 31MPI) 
     50ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 31MPI) 
    4751ATM= ("","") 
    4852IOS= ("","") 
Note: See TracChangeset for help on using the changeset viewer.