IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 8:11:35 AM (20 years ago)
Author:
eugene
Message:

fixed for -limits and failure,timeout reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r10691 r10723  
    77# $scripts = $HOME/src/pantasks/ipp/ippTasks
    88$scripts = .
    9 $LOGDIR = `ipp_datapath.pl path://ESSENCE`
     9# $LOGDIR = `ipp_datapath.pl path://ESSENCE`
     10$LOGDIR = `ipp_datapath.pl path://SIMTEST`
     11
    1012$LOGDIR = $LOGDIR/logs
    1113exec mkdir -p $LOGDIR
     
    1921  if ($parallel)
    2022    controller exit true
    21     controller host add sn2
    22     controller host add sn3
    23     controller host add sn4
    24     controller host add sn5
    25 #   controller host add sn6
     23    controller host add alala
     24#    controller host add sn2
     25#    controller host add sn3
     26#    controller host add sn4
     27#    controller host add sn5
     28#    controller host add sn6
    2629# sn7 serves the disk
    2730  end
     
    3134
    3235macro load.tasks
    33   input $scripts/phase0.pro
     36#  input $scripts/phase0.pro
    3437#  input $scripts/phase2.pro
    3538#  input $scripts/phase3.pro
    36 #  input $scripts/detrend.process.pro
    37 #  input $scripts/detrend.stack.pro
    38 #  input $scripts/detrend.norm.pro
    39 #  input $scripts/detrend.resid.pro
    40 #  input $scripts/detrend.reject.pro
     39  input $scripts/detrend.process.pro
     40  input $scripts/detrend.stack.pro
     41  input $scripts/detrend.norm.pro
     42  input $scripts/detrend.resid.pro
     43  input $scripts/detrend.reject.pro
    4144end
    4245
     
    108111  exec rm -f ../object/*.p3.*.jpg
    109112end
     113
     114macro showcommand
     115  local n
     116
     117  if ($VERBOSE)
     118    $command = $taskarg:0
     119    for n 1 $taskarg:n
     120      $command = $command $taskarg:$n
     121    end
     122    if ($0 == 2)
     123      echo "$1 for: $command"
     124    else
     125      echo "command: $command"
     126    end   
     127  end
     128end
Note: See TracChangeset for help on using the changeset viewer.