Changeset 37352
- Timestamp:
- Sep 3, 2014, 7:15:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
r37332 r37352 198 198 close (INPUT); 199 199 200 if (($job_index % 100) == 0) { 201 print CONFIG "top -b -n 1\n"; 202 } 203 200 204 $job_index += $compEntry->{jobs}; 201 205 } … … 230 234 if ($stage eq "stack") { 231 235 $time_req += 2; 232 $node_req *= 3;236 $node_req *= $job_subscription{$stage}; 233 237 } else { 234 238 $time_req += 1; # Safety addition.
Note:
See TracChangeset
for help on using the changeset viewer.
