Changeset 42697 for branches/eam_branches/ipp-20230313/ippTasks/xcstack.pro
- Timestamp:
- Jun 24, 2024, 9:12:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTasks/xcstack.pro
r42663 r42697 8 8 check.globals 9 9 10 if ($?POLL_LIMIT_XCSTACK == 0) set POLL_LIMIT_XCSTACK = 4010 if ($?POLL_LIMIT_XCSTACK == 0) set POLL_LIMIT_XCSTACK = 100 11 11 12 12 macro set.xcstack.poll … … 91 91 92 92 task.exec 93 periods -exec $LOADEXEC94 95 93 if ($LABEL:n == 0) break 96 94 $run = xcstacktool -tosum … … 109 107 $run = $run -limit $POLL_LIMIT_XCSTACK 110 108 111 # re-try quickly until we run out112 periods -exec 0.05113 109 command $run 114 110 end … … 149 145 150 146 task.exec 147 # if we are unable to run the 'exec', use a long retry time 148 periods -exec $LOADEXEC 149 151 150 book npages xcstackSumSkyfile -var N 152 151 if ($N == 0) break … … 200 199 echo command $run 201 200 end 201 202 # re-try quickly until we run out 203 periods -exec 0.05 202 204 command $run 203 205 end
Note:
See TracChangeset
for help on using the changeset viewer.
