Ignore:
Timestamp:
04/25/23 14:26:44 (13 months ago)
Author:
ssenesi
Message:

merge branch libIGCM_CESMEP with trunk that handles RedHat8 on Irene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_CESMEP/libIGCM_sys/libIGCM_sys_jeanzay.ksh

    r1548 r1585  
    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 
    4147 
    4248# YOU MUST COMPILE YOUR EXE FILES FOR DRYRUN MODE ! 
     
    5460# |    3     |       yes           |    no      |  no     |      no                   | 
    5561# ------------------------------------------------------------------------------------- 
     62# |    4     |       yes           |    yes     |  creation of RUN_DIR and Job_debug  | 
     63# ------------------------------------------------------------------------------------- 
     64 
    5665 
    5766#===================================================== 
     
    14061415             (( index_host = current_core / NB_CORE_PER_NODE )) 
    14071416             host_value=${listnodes[${index_host}]} 
    1408                echo "$host_value" >> hostlist 
     1417             echo "$host_value" >> hostlist 
     1418             if [ ${DRYRUN_DEBUG} = 4 ] ; then 
     1419                 echo "node_${index_host}_X" >> hostlist_template 
     1420             fi 
    14091421             (( current_core = current_core + offset_comp_proc_loc )) 
    14101422          done 
     
    14671479        EXECUTION="${HOST_MPIRUN_COMMAND} ./script_${ExeNameOut}.ksh" 
    14681480 
    1469         IGCM_debug_Print 1 "sys Irene : script_${ExeNameOut}.ksh contains" 
     1481        IGCM_debug_Print 1 "sys Jean-Zay : script_${ExeNameOut}.ksh contains" 
    14701482        cat script_${ExeNameOut}.ksh 
    14711483 
     
    14761488  fi # ${OK_PARA_MPMD} 
    14771489 
    1478   IGCM_debug_Print 1 "sys Irene : execution command is " 
     1490  IGCM_debug_Print 1 "sys Jean-Zay : execution command is " 
    14791491  IGCM_debug_Print 1 "$EXECUTION" 
    14801492 
Note: See TracChangeset for help on using the changeset viewer.