forked from jbarber/maui-admin-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11.6jobdefaults.html
111 lines (78 loc) · 4.2 KB
/
11.6jobdefaults.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!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="11.0generaljobadmin.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="11.5jobdependencies.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="11.7generaljobpolicies.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>11.6 Job Defaults and Per Job Limits</h1>
<h2>11.6.1 Job Defaults</h2>Job defaults can be specified on a <i>per queue</i> basis. These defaults are specified using the <a href="a.fparameters.html#CLASSSCFG">CLASSCFG</a> parameter. The table below show the applicable attributes:
<table border="2">
<tr>
<td><b>Attribute</b></td>
<td><b>Format</b></td>
<td><b>Example</b></td>
</tr>
<tr>
<td>DEFAULT.FEATURES</td>
<td>comma delimited list of node features</td>
<td><tt>CLASSCFG[batch] DEFAULT.FEATURES=fast,io</tt><br>
(jobs submitted to class <tt>batch</tt> will request nodes features <tt>fast</tt> and <tt>io</tt></td>
</tr>
<tr>
<td>DEFAULT.WCLIMIT</td>
<td>[[[DD:]HH:]MM:]SS</td>
<td><tt>CLASSCFG[batch] DEFAULT.WCLIMIT=1:00:00</tt><br>
(jobs submitted to class <tt>batch</tt> will request one hour of walltime by default.)</td>
</tr>
</table>
<h2>11.6.2 Per Job Maximum Limits</h2>Job defaults can be specified on a <i>per queue</i> basis. These defaults are specified using t he <a href="a.fparameters.html#CLASSSCFG">CLASSCFG</a> parameter. The table below shows the applicable attributes:
<table border="2">
<tr>
<td><b>Attribute</b></td>
<td><b>Format</b></td>
<td><b>Example</b></td>
</tr>
<tr>
<td>MAX.WCLIMIT</td>
<td>[[[DD:]HH:]MM:]SS</td>
<td><tt>CLASSCFG[batch] MAX.WCLIMIT=1:00:00</tt><br>
(jobs submitted to class <tt>batch</tt> can request no more than one hour of walltime.)</td>
</tr>
</table>
<h2>11.6.3 Per Job Minimum Limits</h2>Furthermore, minimum job defaults can be specified on with the <a href="a.fparameters.html#classcfg">CLASSCFG</a> parameter. The table below shows the applicable attributes:
<table border="2">
<tr>
<td><b>Attribute</b></td>
<td><b>Format</b></td>
<td><b>Example</b></td>
</tr>
<tr>
<td>MIN.PROC</td>
<td><integer></td>
<td><tt>CLASSCFG[batch] MIN.PROC=10</tt><br>
(jobs submitted to class <tt>batch</tt> can request no less than ten processors.)</td>
</tr>
</table>
<p><img src="logo1.gif" height="24"> The <a href="http://docs.adaptivecomputing.com/mcm/index.html">Moab Cluster Manager</a><sup>TM</sup> provides an easy to use graphical interface to control job limits.</p>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="11.0generaljobadmin.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="11.5jobdependencies.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="11.7generaljobpolicies.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>