IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27615


Ignore:
Timestamp:
Apr 6, 2010, 10:49:30 AM (16 years ago)
Author:
bills
Message:

advance task wasn't adapted to new workdir setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dist.pro

    r27595 r27615  
    383383  task.exec
    384384    book npages distToAdvance -var N
    385     if ($N == 0) break
    386385    if ($NETWORK == 0) break
     386    if ($N == 0)
     387        periods -exec 10
     388        break
     389    end
     390    periods -exec .05
    387391   
    388392    # look for new components to process (pantaskState == INIT)
     
    406410    # using $DIST_ID as the "component" works fine here since we only look
    407411    # at the last two digits
    408     set.dist.workdir.by.component $STAGE_ID $DIST_ID $OUTDIR_TEMPLATE OUTDIR
     412    set.dist.workdir.by.component $STAGE_ID "exposure" $OUTDIR_TEMPLATE OUTDIR
    409413    if ("$OUTDIR" == "NULL")
    410414        echo ERROR failed to set workdir for $DIST_ID
Note: See TracChangeset for help on using the changeset viewer.