Ignore:
Timestamp:
2022-01-28T11:26:36+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Copied new compilation method from the trunk. See ticket #819
Compilation should be done with IOIPSL tag v2_2_5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3nd/config.card

    r7421 r7451  
    3131#-- 1Y, 1M, 5D, 1D 
    3232PeriodLength=1Y 
     33#============================ 
     34#-- Source following file with module settings, only if it exists 
     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 
    3340 
    3441#======================================================================== 
     
    4855SRF= ("", "") 
    4956SBG= ("", "") 
    50 OOL= (orchideedriver, orchideedriver, 63MPI) 
    51 IOS= (xios_server.exe, xios.x, 1MPI) 
     57OOL= (orchideedriver_${OptMode}, orchideedriver, 63MPI) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5259 
    5360#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.