Changeset 7451


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

Location:
branches/ORCHIDEE_2_2/ORCHIDEE_OL
Files:
5 edited
2 copied

Legend:

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

    r5633 r7451  
    3737#-- Total Number of Processors (minimum is 2 for a coupled configuration) 
    3838JobNumProcTot=1 
     39#-- Source following file with module settings, only if it exists 
     40EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3941 
    4042#======================================================================== 
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2/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= (orchidee_ol, orchidee_ol, 31MPI) 
    51 IOS= (xios_server.exe, xios.x, 1MPI) 
     57OOL= (orchidee_ol_${OptMode}, orchidee_ol, 31MPI) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5259 
    5360#======================================================================== 
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/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, 31MPI) 
    51 IOS= (xios_server.exe, xios.x, 1MPI) 
     57OOL= (orchideedriver_${OptMode}, orchideedriver, 31MPI) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5259 
    5360#======================================================================== 
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3/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= (orchidee_ol, orchidee_ol, 63MPI) 
    51 IOS= (xios_server.exe, xios.x, 1MPI) 
     57OOL= (orchidee_ol_${OptMode}, orchidee_ol, 63MPI) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5259 
    5360#======================================================================== 
  • 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.