-
Notifications
You must be signed in to change notification settings - Fork 16
/
Resouce_Usage..html
112 lines (111 loc) · 2.16 KB
/
Resouce_Usage..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
112
<!DOCTYPE html><html><head><meta charset="utf-8"><title>GNU Parallel.md</title><style></style></head><body id="preview">
<h1><a id="Resource_Usage_Policy_0"></a>Resource Usage Policy</h1>
<h2><a id="Xena_Configuration_2"></a>Xena Configuration</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Parameters</th>
<th>Soft Limit</th>
<th>Hardlimit</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Processes</td>
<td>64</td>
<td>128</td>
</tr>
<tr>
<td>Number of Nodes</td>
<td>4 (xena) <br> 2(BigMem)</td>
<td>8 (xena) <br> 4 (Bigmem)</td>
</tr>
<tr>
<td>Processes per Node</td>
<td>16(xena) <br> 32(BigMem)</td>
<td>16 (xena) <br> 32 (BigMem)</td>
</tr>
</tbody>
</table>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Node Access Policy</th>
<th>Single Job/Node ie (Multiple users can’t share resources across same node)</th>
</tr>
</thead>
<tbody></tbody>
</table>
<h2><a id="Wheeler_Configuration_15"></a>Wheeler Configuration</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Parameters</th>
<th>Soft Limit</th>
<th>Hardlimit</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Processes</td>
<td>160</td>
<td>400</td>
</tr>
<tr>
<td>Number of Nodes</td>
<td>20</td>
<td>50</td>
</tr>
<tr>
<td>Processes per Node</td>
<td>8</td>
<td>8</td>
</tr>
</tbody>
</table>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Node Access Policy</th>
<th>Multi Job/Node ie (Multiple users may share resources across same node)</th>
</tr>
</thead>
<tbody></tbody>
</table>
<h2><a id="Gibbs_Configuration_27"></a>Gibbs Configuration</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Parameters</th>
<th>Soft Limit</th>
<th>Hardlimit</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Processes</td>
<td>96</td>
<td>96</td>
</tr>
<tr>
<td>Number of Nodes</td>
<td>6</td>
<td>6</td>
</tr>
<tr>
<td>Processes per Node</td>
<td>16</td>
<td>16</td>
</tr>
</tbody>
</table>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Node Access Policy</th>
<th>Single Job/Node ie (Multiple users can’t share resources across same node)</th>
</tr>
</thead>
<tbody></tbody>
</table>
</body></html>