Changeset 37333
- Timestamp:
- Aug 29, 2014, 3:20:41 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/ippTasks
- Files:
-
- 2 edited
-
lap.pro (modified) (2 diffs)
-
remote.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippTasks/lap.pro
r32447 r37333 99 99 end 100 100 101 macro lap.initial.on 102 task lap.initial.load 103 active true 104 end 105 task lap.initial.run 106 active true 107 end 108 end 109 110 macro lap.initial.off 111 task lap.initial.load 112 active false 113 end 114 task lap.initial.run 115 active false 116 end 117 end 118 101 119 macro lap.add.sequence 102 120 if ($0 != 2) … … 140 158 $LAP_QUEUE = $1 141 159 end 160 142 161 143 162 task lap.initial.load -
tags/ipp-pv3-20140717/ippTasks/remote.pro
r37323 r37333 153 153 host local 154 154 periods -poll $LOADPOLL 155 periods -exec 1800155 periods -exec 900 156 156 periods -timeout 30 157 157 active false … … 167 167 echo $remote_label_warp $label warp 168 168 169 $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 50 0169 $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 50 170 170 if ($DB:n == 0) 171 171 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
