Changeset 16298 for trunk/ippTasks/diff.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/diff.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r14693 r16298 1 ## # This file contains panTasks definitions for performing the image differencing.1 ## diff.pro : image difference analysis : -*- sh -*- 2 2 3 ### After a difference (with associated diff_id) is defined, the difference is performed 4 ### (tasks in diffSkyfile). 3 ## This file contains panTasks definitions for performing the image differencing. 4 ## After a difference (with associated diff_id) is defined, the difference is performed 5 ## (tasks in diffSkyfile). 5 6 6 7 ### Setups 8 if ($?network == 0) 9 $network = 1 10 end 11 if ($?parallel == 0) 12 $parallel = 0 13 end 14 if ($?VERBOSE == 0) 15 echo "VERBOSE not defined: load pantasks.pro first" 16 break 17 end 18 if ($?LOGDIR == 0) 19 echo "LOGDIR not defined: load pantasks.pro first" 20 break 21 end 7 # test for required global variables 8 check.globals 22 9 23 10 $LOGSUBDIR = $LOGDIR/diff … … 66 53 host local 67 54 68 periods -poll $ loadpoll69 periods -exec $ loadexec55 periods -poll $LOADPOLL 56 periods -exec $LOADEXEC 70 57 periods -timeout 30 71 58 npending 1 … … 120 107 book npages diffSkyfile -var N 121 108 if ($N == 0) break 122 if ($ network== 0) break109 if ($NETWORK == 0) break 123 110 124 111 # look for new images in diffSkyfile (pantaskState == INIT) … … 133 120 # specify choice of remote host 134 121 # XXX need to choose based on diffs 135 if ($ parallel)122 if ($PARALLEL) 136 123 host anyhost 137 124 else
Note:
See TracChangeset
for help on using the changeset viewer.
