Ignore:
Timestamp:
12/15/22 11:08:40 (19 months ago)
Author:
aclsce
Message:

Added fonctionality to create RUN_DIR and Job_debug to be launched directly in the RUN_DIR directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene.ksh

    r1512 r1569  
    3838#==================================================== 
    3939# Turn in dry run mode ? (sys_Put_Rest, sys_Put_Out, sys_Get) 
    40 typeset -r DRYRUN=${DRYRUN:=0} 
     40if ([ X${DRYRUN} != X ] && [ ${DRYRUN} = 4 ]) ; then 
     41  typeset -r DRYRUN=0 
     42  typeset -r DRYRUN_DEBUG=4 
     43else 
     44  typeset -r DRYRUN=${DRYRUN:=0} 
     45  typeset -r DRYRUN_DEBUG=0 
     46fi 
     47 
    4148 
    4249# YOU MUST COMPILE YOUR EXE FILES FOR DRYRUN MODE ! 
     
    5461# |    3     |       yes           |    no      |  no     |      no                   | 
    5562# ------------------------------------------------------------------------------------- 
     63# |    4     |       yes           |    yes     |  creation of RUN_DIR and Job_debug  | 
     64# ------------------------------------------------------------------------------------- 
     65 
    5666 
    5767#===================================================== 
Note: See TracChangeset for help on using the changeset viewer.