Changeset 9541 for trunk


Ignore:
Timestamp:
02/03/10 11:21:10 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9539 r9541  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/02/01 Daniela Dorner
     22
     23   * datacenter/scripts/runsimtel
     24     - fixes typo
     25     - replaced path in disk-check by variable
     26     
     27
     28
    2029
    2130 2010/01/15 Stefan Ruegamer
  • trunk/MagicSoft/Mars/datacenter/scripts/runsimtel

    r9504 r9541  
    6868prodhost=`echo $HOSTNAME | sed -e 's/compute-0-//' -e 's/[.]local//'`
    6969
    70 diskusage=( `df /state/partition2/ | grep '/state/partition2'` )
     70diskusage=( `df $mcpath | grep $mcpath` )
    7171# continue only if more than 90 GB are left on /state/cta
    7272if [ ${diskusage[3]} -lt 90000000 ]
     
    113113cd $CORSIKA_PATH
    114114
    115 printprocesslog "INFO create inputcar for run $run"
     115printprocesslog "INFO create inputcard for run $run"
    116116
    117117#
Note: See TracChangeset for help on using the changeset viewer.