forked from jbarber/maui-admin-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
12.4consumablegres.html
51 lines (40 loc) · 2.4 KB
/
12.4consumablegres.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="12.0generalnodeadmin.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="12.3nodepolicies.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="13.0rmandinterfaces.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>12.4 Managing Node-Locked Consumable Generic Resources</h1>
<h2>12.4.1 Configuring Consumable Generic Resources</h2>Consumable generic resources are fully supported in all releases of <a href="http://docs.adaptivecomputing.com/moab">Moab</a> with resource manager level auto-detection. Within Maui 3.2, node-locked consumable generic resources (or <i>generic resources</i>) are specified using the <b>NODECFG</b> parameter's <b>GRES</b> attribute. This attribute is specified using the format <tt><ATTR>:<COUNT> as in the example below.</tt>
<pre>
<tt>-----
# maui.cfg
NODECFG[titan001] GRES=tape:4
NODECFG[login32] GRES=matlab:2,prime:4
NODECFG[login32] GRES=matlab:2
-----
</tt>
</pre>
<h2><tt>12.4.1 requesting Consumable Generic Resources</tt></h2><tt>Generic resources are requested on a <i>per task</i> basis using <a href="13.3rmextensions.html">resource manager extensions</a>.</tt>
<div class="navIcons bottomIcons">
<tt><a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="12.0generalnodeadmin.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="12.3nodepolicies.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="13.0rmandinterfaces.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a></tt>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>