IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34814


Ignore:
Timestamp:
Dec 13, 2012, 4:07:25 PM (14 years ago)
Author:
bills
Message:

changes to task timings. use anyhost

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/skycal.pro

    r34768 r34814  
    140140
    141141  task.exec
     142    # if we are unable to run use "long" exectime
     143    periods -exec $RUNEXEC
    142144    book npages skycalRun -var N
    143145    if ($N == 0) break
    144146    if ($NETWORK == 0) break
    145147    if ($BURNTOOLING == 1) break
     148
    146149
    147150    # look for new entries in skycalRun (pantaskState == INIT)
     
    164167
    165168    # set the host and workdir based on the skycell hash
    166     set.host.for.skycell $SKYCELL_ID
     169    # set.host.for.skycell $SKYCELL_ID
     170    host anyhost
    167171    set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR
    168172
     
    189193      echo command $run
    190194    end
     195    # since we have work to do shorten exec time
     196    periods -exec .1
    191197    command $run
    192198  end
  • trunk/ippTasks/staticsky.pro

    r34759 r34814  
    154154
    155155    # set the host and workdir based on the skycell hash
    156     set.host.for.skycell $SKYCELL_ID
     156    # set.host.for.skycell $SKYCELL_ID
     157    host anyhost
    157158    set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR
    158159
Note: See TracChangeset for help on using the changeset viewer.