IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34812


Ignore:
Timestamp:
Dec 13, 2012, 3:45:45 PM (14 years ago)
Author:
bills
Message:

tweaks to timing of skycal and staticsky tasks and use anyhost as the target
little is gained by running on a specific node for a specific skycell

Location:
tags/ipp-20121026/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20121026/ippTasks/skycal.pro

    r34767 r34812  
    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
  • tags/ipp-20121026/ippTasks/staticsky.pro

    r34763 r34812  
    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.