Changeset 38069 for tags/ipp-pv3-20140717
- Timestamp:
- Mar 30, 2015, 2:49:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
r38029 r38069 251 251 if ($job_index > 5) { 252 252 $time_req = 10; 253 $node_req = $job_index / ($time_req / $job_cost{$stage});253 $node_req = int($job_index / ($time_req / $job_cost{$stage})); 254 254 } 255 255 else {
Note:
See TracChangeset
for help on using the changeset viewer.
