- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/chip.pro (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ippTasks/chip.pro
r21464 r23352 29 29 active true 30 30 end 31 task chip. promoteexp31 task chip.advanceexp 32 32 active true 33 33 end … … 41 41 active false 42 42 end 43 task chip. promoteexp43 task chip.advanceexp 44 44 active false 45 45 end … … 111 111 task.exit default 112 112 showcommand failure 113 end 114 115 task.exit crash 116 showcommand crash 113 117 end 114 118 … … 188 192 end 189 193 194 # locked list 195 task.exit crash 196 showcommand crash 197 echo "hostname: $JOB_HOSTNAME" 198 book setword chipPendingImfile $options:0 pantaskState CRASH 199 end 200 190 201 # operation timed out? 191 202 task.exit timeout … … 196 207 197 208 # this variable will cycle through the known database names 198 $chip_ promote_DB = 0199 200 # promote exposures for which all imfiles have completed processing209 $chip_advance_DB = 0 210 211 # advance exposures for which all imfiles have completed processing 201 212 # sets the exposure state to full and queues warp processing if requested 202 task chip. promoteexp213 task chip.advanceexp 203 214 host local 204 215 … … 209 220 210 221 stdout NULL 211 stderr $LOGDIR/chip. promoteexp.log212 213 task.exec 214 $run = chiptool - promoteexp -limit 10222 stderr $LOGDIR/chip.advanceexp.log 223 224 task.exec 225 $run = chiptool -advanceexp -limit 10 215 226 if ($DB:n == 0) 216 227 option DEFAULT 217 228 else 218 229 # save the DB name for the exit tasks 219 option $DB:$chip_ promote_DB220 $run = $run -dbname $DB:$chip_ promote_DB221 $chip_ promote_DB ++222 if ($chip_ promote_DB >= $DB:n) set chip_promote_DB = 0230 option $DB:$chip_advance_DB 231 $run = $run -dbname $DB:$chip_advance_DB 232 $chip_advance_DB ++ 233 if ($chip_advance_DB >= $DB:n) set chip_advance_DB = 0 223 234 end 224 235 add_poll_args run … … 233 244 task.exit default 234 245 showcommand failure 246 end 247 248 task.exit crash 249 showcommand crash 235 250 end 236 251 … … 291 306 end 292 307 308 task.exit crash 309 showcommand crash 310 end 311 293 312 # operation times out? 294 313 task.exit timeout … … 344 363 end 345 364 365 task.exit crash 366 showcommand crash 367 book setword chipPendingCleanup $options:0 pantaskState CRASH 368 end 369 346 370 # operation timed out? 347 371 task.exit timeout
Note:
See TracChangeset
for help on using the changeset viewer.
