Changeset 38145
- Timestamp:
- Apr 17, 2015, 2:16:14 PM (11 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 1 added
- 2 edited
-
sc_prepare_ff.pl (added)
-
sc_prepare_run.pl (modified) (2 diffs)
-
sc_remote_poll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_run.pl
r38079 r38145 38 38 $job_cost{"staticsky"} = 2; # really? avg time of 5720s? 39 39 $job_cost{"diff"} = 300 / 60 / 60; 40 $job_cost{"ff"} = 300 / 60 / 60; # This is an 83%-ile point, but the tail is long. 40 41 41 42 # This object holds how "expensive" a given job is in terms of cores on a node. … … 48 49 $job_subscription{"staticsky"} = 3; 49 50 $job_subscription{"diff"} = 1; 51 $job_subscription{"ff"} = 1; 50 52 51 53 my $proc_per_node = 24; # processors per node -
trunk/ippScripts/scripts/sc_remote_poll.pl
r38079 r38145 516 516 # ($class_id,$stage_id) = $file =~ /(/; 517 517 } 518 elsif ($stage eq 'ff') { 519 # ($class_id,$stage_id) = $file =~ /(/; 520 } 518 521 return ($stage_id, $class_id); 519 522 }
Note:
See TracChangeset
for help on using the changeset viewer.
