Ignore:
Timestamp:
07/19/12 16:02:21 (12 years ago)
Author:
aclsce
Message:

Modifications done by Guillaume P :

  • error handling for the whole script
  • check of nco version
  • restart tool for list script
  • progress visualization for both scripts
  • "force" option -f added for both scripts
  • timing information added for pack script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/create_listing.sh

    r1773 r1822  
    1414 
    1515source ${EXE_DIR}/DEM_utilities.sh 
     16 
     17# gpdebug : verif si le present script a ete execute jusqu'au bout, sinon on sort ######### 
     18createListingMonitoring_Check "$REPtoList" 
     19 
    1620DEM_log -0 "Demarrage de ${SCRIPT_NAME}" 
    1721 
     22# gpdebug : on augmente la liste des proc à détruire en cas d'erreur bloquante du présent proc 
     23export listPID="$$ ${listPID}" ######### 
     24 
     25echo "gpdebug : REPtoList=$REPtoList" # gpdebug : a virer 
    1826find $REPtoList -printf "%y %s %p \n" >> ${IGCM_DEM}/Listing.txt 
    1927 
     
    3139 
    3240 
     41# gpdebug : le script n'a pas rencontre d'erreur. On créé un fichier de suivi pour create_listing dans le rep de suivi ########## 
     42createListingMonitoring_OK "$REPtoList" 
     43 
    3344DEM_log -0 "Fin de ${SCRIPT_NAME}" 
    3445 
Note: See TracChangeset for help on using the changeset viewer.