IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10675


Ignore:
Timestamp:
Dec 12, 2006, 5:29:41 PM (19 years ago)
Author:
eugene
Message:

cleanup lognames

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r10674 r10675  
    22$network = 1
    33$parallel = 1
    4 $scripts = $HOME/src/pantasks/ipp/ippTasks
     4# $scripts = $HOME/src/pantasks/ipp/ippTasks
     5$scripts = .
    56$LOGDIR = `ipp_datapath.pl path://ESSENCE/`
    67$LOGDIR = "$LOGDIR/logs"
  • trunk/ippTasks/phase0.pro

    r10674 r10675  
    1616
    1717$Phase0ImfileFail = 0
     18$Phase0ExpFail = 0
    1819
    1920if ($?LOGDIR == 0)
     
    2829# compare the new list with the ones already selected
    2930task           phase0.imfile.load
    30 #  command      p0tool -pendingimfile -simple
     31  command      p0tool -pendingimfile -simple
    3132  host         local
    3233
     
    3940
    4041  task.exec
    41     command      p0tool.sh {$Phase0ImfileFail + 20}
     42    command p0tool -pendingimfile -simple -limit {$Phase0ImfileFail + 20}
    4243  end
    4344
     
    4546  task.exit    0
    4647    local i Nqueue
    47 
    48     # save stdout and stderr
    4948
    5049    # compare output with Phase0Imfiles queue
    5150    # only add entries which don't exist in queue
    5251    queuesize stdout -var Nqueue
    53     for i 0 {$Nqueue << 20}
     52    for i 0 $Nqueue
    5453      queuepop stdout -var line
    5554      echo $line
     
    154153# compare the new list with the ones already selected
    155154task           phase0.exp.load
    156   command      p0tool -pendingexp -simple
    157155  host         local
    158156
     
    163161  stdout $LOGSUBDIR/phase0.exp.log
    164162  stderr $LOGSUBDIR/phase0.exp.log
     163
     164  task.exec
     165    command p0tool -pendingexp -simple -limit {$Phase0ExpFail + 20}
     166  end
    165167
    166168  # success
     
    253255  task.exit    default
    254256    queuepush Phase0Exposures -replace -key 1 "FAIL $options:0"
     257    $Phase0ExpFail
    255258  end
    256259
Note: See TracChangeset for help on using the changeset viewer.