Changeset 16298 for trunk/ippTasks/magic.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/magic.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/magic.pro
r15352 r16298 1 2 ### Setups 3 if ($?network == 0) 4 $network = 1 5 end 6 if ($?parallel == 0) 7 $parallel = 0 8 end 9 if ($?VERBOSE == 0) 10 echo "VERBOSE not defined: load pantasks.pro first" 11 break 12 end 13 if ($?LOGDIR == 0) 14 echo "LOGDIR not defined: load pantasks.pro first" 15 break 16 end 1 ## magic.pro : support for the streak removal : -*- sh -*- 2 3 # test for required global variables 4 check.globals 17 5 18 6 $LOGSUBDIR = $LOGDIR/magic … … 75 63 host local 76 64 77 periods -poll $ loadpoll78 periods -exec $ loadexec65 periods -poll $LOADPOLL 66 periods -exec $LOADEXEC 79 67 periods -timeout 30 80 68 npending 1 … … 128 116 host local 129 117 130 periods -poll $ loadpoll131 periods -exec $ loadexec118 periods -poll $LOADPOLL 119 periods -exec $LOADEXEC 132 120 periods -timeout 30 133 121 npending 1 … … 181 169 host local 182 170 183 periods -poll $ loadpoll184 periods -exec $ loadexec171 periods -poll $LOADPOLL 172 periods -exec $LOADEXEC 185 173 periods -timeout 30 186 174 npending 1
Note:
See TracChangeset
for help on using the changeset viewer.
