Changeset 34814
- Timestamp:
- Dec 13, 2012, 4:07:25 PM (14 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
skycal.pro (modified) (3 diffs)
-
staticsky.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/skycal.pro
r34768 r34814 140 140 141 141 task.exec 142 # if we are unable to run use "long" exectime 143 periods -exec $RUNEXEC 142 144 book npages skycalRun -var N 143 145 if ($N == 0) break 144 146 if ($NETWORK == 0) break 145 147 if ($BURNTOOLING == 1) break 148 146 149 147 150 # look for new entries in skycalRun (pantaskState == INIT) … … 164 167 165 168 # 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 167 171 set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR 168 172 … … 189 193 echo command $run 190 194 end 195 # since we have work to do shorten exec time 196 periods -exec .1 191 197 command $run 192 198 end -
trunk/ippTasks/staticsky.pro
r34759 r34814 154 154 155 155 # 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 157 158 set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR 158 159
Note:
See TracChangeset
for help on using the changeset viewer.
