Changeset 38029 for tags/ipp-pv3-20140717
- Timestamp:
- Mar 27, 2015, 5:10:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
r38028 r38029 248 248 } 249 249 250 if ($stage eq 'stack') { 251 if ($job_index > 5) { 252 $time_req = 10; 253 $node_req = $job_index / ($time_req / $job_cost{$stage}); 254 } 255 else { 256 $time_req = $job_cost{$stage}; 257 $node_req = $job_index; 258 } 259 } 250 260 251 261
Note:
See TracChangeset
for help on using the changeset viewer.
