Changeset 932


Ignore:
Timestamp:
08/21/13 15:46:22 (11 years ago)
Author:
sdipsl
Message:

clean-up old fashion instrumentation trace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r929 r932  
    166166  CARD_DIR=${RUN_DIR_PATH} 
    167167 
    168   #startTime_ms=$( getDate_ms ) #gp:added# 
    169168  IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
    170   #endTime_ms=$( getDate_ms ) #gp:added# 
    171   #printInfosAction IGCM_sys_Get ${SUBMIT_DIR}/config.card $startTime_ms $endTime_ms ${RUN_DIR_PATH} ${SUBMIT_DIR}/config.card #gp:added# 
    172  
    173   #startTime_ms=$( getDate_ms ) #gp:added# 
     169 
    174170  IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
    175   #endTime_ms=$( getDate_ms ) #gp:added# 
    176   #printInfosAction IGCM_sys_Get ${SUBMIT_DIR}/run.card $startTime_ms $endTime_ms ${RUN_DIR_PATH} ${SUBMIT_DIR}/run.card  #gp:added# 
    177  
    178   #startTime_ms=$( getDate_ms ) #gp:added# 
     171 
    179172  IGCM_sys_Get_Master ${SUBMIT_DIR}/COMP        ${RUN_DIR_PATH} 
    180   #endTime_ms=$( getDate_ms ) #gp:added# 
    181   #printInfosAction IGCM_sys_Get ${SUBMIT_DIR}/COMP $startTime_ms $endTime_ms ${RUN_DIR_PATH} ${SUBMIT_DIR}/COMP  #gp:added# 
    182  
    183   #startTime_ms=$( getDate_ms ) #gp:added# 
     173 
    184174  IGCM_sys_Get_Master ${SUBMIT_DIR}/POST        ${RUN_DIR_PATH} 
    185   #endTime_ms=$( getDate_ms ) #gp:added# 
    186   #printInfosAction IGCM_sys_Get ${SUBMIT_DIR}/POST $startTime_ms $endTime_ms ${RUN_DIR_PATH} ${SUBMIT_DIR}/POST  #gp:added# 
    187175fi 
    188176 
     
    240228 
    241229######################################################################## 
    242 # 
    243230#      Depending on requested time series fill following variables : 
    244231# 
     
    485472    done 
    486473    if [ X${file} != X${NULL_STR} ] ; then 
    487       #my_size=$( size_of_tab_content liste_file[*] ) #gp:added# 
    488       #startTime_ms=$( getDate_ms ) #gp:added# 
    489474      IGCM_sys_Get /l liste_file[*] ${RUN_DIR_PATH}/${comp} 
    490       #endTime_ms=$( getDate_ms ) #gp:added# 
    491       #printInfos_GetList IGCM_sys_Get $my_size $startTime_ms $endTime_ms ${RUN_DIR_PATH}/${comp} ${file_path} #gp:added# 
    492475 
    493476      # Even if some files are missing we tried to continue 
     
    673656 
    674657      # Get selected files 
    675       #my_size=$( size_of_tab_content liste_file[*] ) #gp:added# 
    676       #startTime_ms=$( getDate_ms ) #gp:added# 
    677658      IGCM_sys_Get /l liste_file[*] ${RUN_DIR_PATH}/${comp} 
    678       #ndTime_ms=$( getDate_ms ) #gp:added# 
    679       #printInfos_GetList IGCM_sys_Get $my_size $startTime_ms $endTime_ms ${RUN_DIR_PATH}/${comp} ${file_path} #gp:added# 
    680  
    681659      IGCM_debug_Verif_Exit_Post 
    682660 
Note: See TracChangeset for help on using the changeset viewer.