Ignore:
Timestamp:
09/10/14 12:36:15 (10 years ago)
Author:
sdipsl
Message:

remove simuid and jobid. They have been scattered in several pieces to avoid ambiguity like simulationName=CM6PI.03 See #213

File:
1 edited

Legend:

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

    r1048 r1049  
    12411241      code=1100 
    12421242      # RabbitMQ message body 
    1243       Body=$( echo "{\"code\":\"${code}\",\"uuid\":\"$(uuidgen)\",\"simuid\":\"${simuid}\",\"jobid\":\"${jobid}\",\"status\":\"OK\",\"timestamp\":\"$( date +"%Y-%m-%d-%T-%N" )\"}" ) 
     1243      Body=$( echo "{${GenericSimulationID},\"code\":\"${code}\",\"uuid\":\"$(uuidgen)\",\"status\":\"OK\",\"timestamp\":\"$( date +"%Y-%m-%d-%T-%N" )\"}" ) 
    12441244      # Fill the rabbitMQ queue 
    12451245      IGCM_debug_sendAMQP 
     
    12641264        code=0100 
    12651265        # RabbitMQ message body 
    1266         Body=$( echo "{\"code\":\"${code}\",\"uuid\":\"$(uuidgen)\",\"simuid\":\"${simuid}\",\"jobid\":\"${jobid}\",\"status\":\"OK\",\"timestamp\":\"$( date +"%Y-%m-%d-%T-%N" )\"}" ) 
     1266        Body=$( echo "{${GenericSimulationID},\"code\":\"${code}\",\"uuid\":\"$(uuidgen)\",\"status\":\"OK\",\"timestamp\":\"$( date +"%Y-%m-%d-%T-%N" )\"}" ) 
    12671267        # Fill the rabbitMQ queue 
    12681268        IGCM_debug_sendAMQP 
Note: See TracChangeset for help on using the changeset viewer.