Ignore:
Timestamp:
10/24/14 14:40:29 (10 years ago)
Author:
sdipsl
Message:
  • Hunting /tmp usage ...
File:
1 edited

Legend:

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

    r1118 r1120  
    131131  b64_encoded_msg=$1 
    132132 
    133   buffer=/tmp/buffer.$$ 
     133  buffer=${RUN_DIR_PATH}/buffer.$$ 
    134134  mail_recipient="superviseur@ipsl.jussieu.fr" 
    135135  send_messages=0 
    136136  mail_frequency=3600 # in seconds 
    137137  # use to keep track when was last mail sent (maybe to be replaced with global variable) 
    138   last_mail_date__file=/tmp/stamp.$$ 
     138  last_mail_date__file=${RUN_DIR_PATH}/stamp.$$ 
    139139 
    140140  # init 
     
    215215 
    216216  # Log separately encoded AMQP message command for reuse in a mock up 
    217   #echo sendAMQPMsg -h localhost -p 5672 ${additionnalOption} -b ${encodedBody} >> /tmp/send.AMQP.${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.${CumulPeriod}.history.txt 
     217  #echo sendAMQPMsg -h localhost -p 5672 ${additionnalOption} -b ${encodedBody} >> ${RUN_DIR_PATH}/send.AMQP.${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.${CumulPeriod}.history.txt 
    218218 
    219219  # Send the message 
Note: See TracChangeset for help on using the changeset viewer.