Changeset 1347


Ignore:
Timestamp:
08/19/16 14:14:17 (8 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1332 r1347  
    624624  IGCM_debug_PushStack "IGCM_debug_BigBro_Initialize" 
    625625 
    626   typeset postProcessingIDLength postProcessingName postProcessingDate postProcessingDimn postProcessingComp postProcessingFile 
     626  typeset postProcessingIDLength postProcessingName postProcessingDate postProcessingDimn postProcessingComp postProcessingFile accountingFile 
    627627 
    628628# Message type standard fields: 
     
    704704 
    705705    # Save project accounting details in a file 
    706     IGCM_sys_projectAccounting cpt_${CENTER}_${PROJECT}_$( date +"%Y%m%d_%H%M" ).dat 
     706    accountingFile=cpt_${CENTER}_${PROJECT}_$( date +"%Y%m%d_%H%M" ).dat 
     707    IGCM_sys_projectAccounting ${accountingFile} 
    707708 
    708709    # And send it 
    709     IGCM_debug_sendAMQP_projectAccounting cpt_${CENTER}_${PROJECT}_$( date +"%Y%m%d_%H%M" ).dat 
     710    IGCM_debug_sendAMQP_projectAccounting ${accountingFile} 
    710711 
    711712  fi 
Note: See TracChangeset for help on using the changeset viewer.