Changeset 31480 for trunk/ippTasks/lap.pro
- Timestamp:
- May 6, 2011, 4:18:53 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/lap.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/lap.pro
r31460 r31480 17 17 18 18 macro lap.show.books 19 echo "lapNewRuns" 19 20 book listbook lapNewRuns 21 echo "lapRunRuns" 20 22 book listbook lapRunRuns 23 echo "lapDoneRuns" 21 24 book listbook lapDoneRuns 25 echo "lapFullRuns" 22 26 book listbook lapFullRuns 23 27 end … … 36 40 active true 37 41 end 38 task lap.cleanup.load39 active true40 end41 task lap.cleanup.run42 active true43 end44 42 end 45 43 … … 57 55 active false 58 56 end 59 task lap.cleanup.load 60 active false 61 end 62 task lap.cleanup.run 57 end 58 59 macro lap.debug.mode 60 task lap.initial.load 61 active true 62 end 63 task lap.initial.run 64 active false 65 end 66 task lap.monitor.load 67 active true 68 end 69 task lap.monitor.run 63 70 active false 64 71 end … … 181 188 periods -exec $LOADEXEC 182 189 periods -timeout 600 190 active false 183 191 # This can probably be increased and spread over hosts in the future. 184 192 npending 1 … … 205 213 book getword lapNewRuns $lapNewPageName dbname -var DBNAME 206 214 215 option $LAP_ID 216 207 217 $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID 208 209 command $run 210 211 end 212 213 # success 214 task.exit 0 215 #book delpage lapNewRuns $options:0218 219 command $run 220 221 end 222 223 # success 224 task.exit 0 225 book delpage lapNewRuns $options:0 216 226 # ipptool2book stdout lapNewRuns -uniq -key lap_id 217 227 … … 297 307 periods -exec $LOADEXEC 298 308 periods -timeout 600 309 active false 299 310 # This can probably be increased and spread over hosts in the future. 300 311 npending 1 … … 323 334 book getword lapRunRuns $lapRunPageName dbname -var DBNAME 324 335 336 option $LAP_ID 325 337 $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID 326 338 … … 331 343 # success 332 344 task.exit 0 333 #book delpage lapRunRuns $options:0345 book delpage lapRunRuns $options:0 334 346 # ipptool2book stdout lapRunRuns -uniq -key lap_id 335 347
Note:
See TracChangeset
for help on using the changeset viewer.
