Changeset 31854 for trunk/ippTasks/summit.copy.pro
- Timestamp:
- Jul 10, 2011, 2:12:02 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r31049 r31854 284 284 285 285 task.exec 286 if ($NETWORK == 0) break286 periods -exec 20 287 287 288 288 # if we are waiting on data, make the interval long 289 289 book npages pzPendingExp -var N 290 if ($N == 0) 291 periods -exec 20 292 break 293 end 294 periods -exec 0.05 290 if ($N == 0) break 291 if ($NETWORK == 0) break 295 292 296 293 # find an exp that needs imfiles fetched … … 321 318 echo command $run 322 319 end 320 periods -exec 0.05 323 321 command $run 324 322 end … … 408 406 409 407 task.exec 410 if ($NETWORK == 0) break408 periods -exec 20 411 409 412 410 # if we are waiting on data, make the interval long 413 411 book npages pzPendingImfile -var N 414 if ($N == 0) 415 periods -exec 20 416 break 417 end 418 periods -exec 0.05 412 if ($N == 0) break 413 if ($NETWORK == 0) break 419 414 420 415 # find an exp that needs imfiles fetched … … 502 497 # More debug: 503 498 # echo "DEBUG2: " $run 499 periods -exec 0.05 504 500 command $run 505 501 end … … 609 605 610 606 task.exec 611 if ($NETWORK == 0) break607 periods -exec 20 612 608 613 609 # if we are waiting on data, make the interval long 614 610 book npages pzPendingAdvance -var N 615 if ($N == 0) 616 periods -exec 20 617 break 618 end 619 periods -exec 0.05 611 if ($N == 0) break 612 if ($NETWORK == 0) break 620 613 621 614 # find an exp that needs imfiles fetched … … 661 654 echo command $run 662 655 end 656 periods -exec 0.05 663 657 command $run 664 658 end
Note:
See TracChangeset
for help on using the changeset viewer.
