-
Notifications
You must be signed in to change notification settings - Fork 1
/
5.1jobprioritization.html
51 lines (37 loc) · 2.68 KB
/
5.1jobprioritization.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div class="sright">
<div class="sub-content-head">
Maui Scheduler
</div>
<div id="sub-content-rpt" class="sub-content-rpt">
<div class="tab-container docs" id="tab-container">
<div class="topNav">
<div class="docsSearch"></div>
<div class="navIcons topIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="5.0prioritization.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="5.0prioritization.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="5.1.1priorityoverview.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>5.1 Job Prioritization</h1>
<p>In general, prioritization is the process of determining which of many options best fulfills overall goals. In the case of scheduling, a site will often have multiple, independent goals which may include maximizing system utilization, giving preference to users in specific projects, or making certain that no job sits in the queue for more than a given period of time. The approach used by Maui in representing a multi-faceted set of site goals is to assign weights to the various objectives so an overall value or priority can be associated with each potential scheduling decision. With the jobs prioritized, the scheduler can roughly fulfill site objectives by starting the jobs in priority order.</p>
<ul>
<li><a href="5.1.1priorityoverview.html">5.1.1 Priority Overview</a></li>
<li><a href="5.1.2priorityfactors.html">5.1.2 Priority Components</a></li>
<li><a href="5.1.3priorityusage.html">5.1.3 Common Priority Usage</a></li>
<li><a href="5.1.4prioritystrategies.html">5.1.4 Prioritization Strategies</a></li>
<li><a href="5.1.5prioritymanagement.html">5.1.5 Manual Priority Management</a></li>
</ul>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="5.0prioritization.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="5.0prioritization.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="5.1.1priorityoverview.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>