Changeset 37296
- Timestamp:
- Aug 24, 2014, 1:14:01 PM (12 years ago)
- File:
-
- 1 edited
-
tags/ipp-pv3-20140717/ippTasks/remote.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippTasks/remote.pro
r37295 r37296 99 99 periods -exec 300 100 100 periods -timeout 30 101 active true 101 102 npending 1 102 active true103 103 104 104 task.exec … … 155 155 periods -exec 1800 156 156 periods -timeout 30 157 active false 157 158 npending 1 158 active false159 159 160 160 task.exec … … 201 201 host local 202 202 periods -poll $LOADPOLL 203 periods -exec 30 203 periods -exec $LOADEXEC 204 periods -timeout 30 205 active true 204 206 npending 1 205 active true206 207 207 208 task.exec … … 250 251 task remote.prepcomp.run 251 252 host anyhost 252 periods -poll $ LOADPOLL253 periods -exec $ LOADEXEC253 periods -poll $RUNPOLL 254 periods -exec $RUNEXEC 254 255 periods -timeout 600 255 256 active true 256 npending 10 257 258 task.exec 257 258 task.exec 259 # if we are unable to run the 'exec', use a long retry time 260 periods -exec $RUNEXEC 261 259 262 stdout $LOGDIR/remote.prepcomp.run 260 263 stderr $LOGDIR/remote.prepcomp.run … … 280 283 end 281 284 if ("$STAGE" == "camera") 282 $command = sc_prepare_camera.pl --camera GPC1 --stage_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 283 echo "skipping camera until scripts are ready" 284 break 285 $command = sc_prepare_camera.pl --camera GPC1 --cam_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 285 286 end 286 287 if ("$STAGE" == "warp") 287 $command = sc_prepare_warp.pl --camera GPC1 -- stage_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME288 $command = sc_prepare_warp.pl --camera GPC1 --warp_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 288 289 echo "skipping warp until scripts are ready" 289 290 break 290 291 end 291 292 if ("$STAGE" == "stack") 292 $command = sc_prepare_stack.pl --camera GPC1 --sta ge_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME293 $command = sc_prepare_stack.pl --camera GPC1 --stack_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 293 294 echo "skipping stack until scripts are ready" 294 295 break … … 296 297 297 298 options $pageName 299 300 periods -exec 0.05 298 301 command $command 299 302 end … … 370 373 periods -timeout 600000 371 374 active true 372 npending 1 0375 npending 1 373 376 374 377 task.exec … … 596 599 # This can't have an invalid job_id 597 600 if ($JOB_ID == -1) break 598 $command = sc_remote_poll.pl --remote_id $REMOTE_ID --path_base $outroot --verbose --dbname $DBNAME --camera GPC1 -- poll --job_id $JOB_ID601 $command = sc_remote_poll.pl --remote_id $REMOTE_ID --path_base $outroot --verbose --dbname $DBNAME --camera GPC1 --job_id $JOB_ID 599 602 600 603 options $pageName
Note:
See TracChangeset
for help on using the changeset viewer.
