Ignore:
Timestamp:
11/18/19 16:09:09 (5 years ago)
Author:
acosce
Message:

Add header for monitoring job on jeanzay - comment ccc_hsm get on libIGCM_sys_jeanzay -> need to find the command adapted to this computing center

File:
1 edited

Legend:

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

    r1496 r1498  
    539539    # USUAL WAY 
    540540    # add 'ccc_hsm get' (to demigrate all offline files) to reduce time of this command : 
    541     ccc_hsm get -r $1 
     541 #trouver la bonne commande sur jeanzay   ccc_hsm get -r $1 
    542542 
    543543    i=0 
     
    655655    if [ -f $2 ] ; then 
    656656      IGCM_debug_Print 1 "$2 already exist" 
    657       ccc_hsm get $2 
     657 #trouver la bonne commande sur jeanzay     ccc_hsm get $2 
    658658      exist=true 
    659659      if [ "X$( diff $1 $2 )" = X ] ; then 
     
    773773    fi 
    774774    eval DEST=\${${#}} 
    775     ccc_hsm get ${dm_liste[*]} > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 
     775 #trouver la bonne commande sur jeanzay   ccc_hsm get ${dm_liste[*]} > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 
    776776    status=$? 
    777777    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.