-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathresources.html
141 lines (137 loc) · 4.01 KB
/
resources.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
layout: default
title:
---
<style>
.container {
padding: 2rem 0rem;
}
h4 {
margin: 2rem 0rem 1rem;
}
.table-image {
td, th {
vertical-align: middle;
}
}
</style>
<div class="container">
<div class="row">
<div class="col-12">
<span style="vertical-align: -20px;"> <h3>Compute Resources</h3></span>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">Server/IP</th>
<th scope="col">CPU</th>
<th scope="col">RAM</th>
<th scope="col">GPUs</th>
<th scope="col" class="text-center">Status</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">LS212</th>
<td>2 X Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz</td>
<td>512GB</td>
<td> 2 x Tesla P4 (8GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS83</th>
<td>2 x Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz</td>
<td>512GB</td>
<td>GeForce RTX 2080 Ti (11 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS25</th>
<td>2 x Intel(R) Xeon(R) Silver 4210R CPU @ 2.40GHz</td>
<td>128GB</td>
<td>Tesla V100 (32 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS214</th>
<td>2 x AMD Ryzen Threadripper PRO 3955WX 16-Cores</td>
<td>128GB</td>
<td>2 x RTX A6000 (48 GB) + RTX A5000 (24 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LSxxx</th>
<td>2 x AMD EPYC 7282, 2.8Ghz, 64MB L3 Cache, 16C/32T</td>
<td>512GB</td>
<td>RTX A6000 (48 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-off fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS95</th>
<td>2 x AMD EPYC 7742 64-Core Processor</td>
<td>1024GB</td>
<td>8 x NVIDIA A100 (40 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LSxxx</th>
<td>2 x AMD Ryzen Threadripper PRO 3955WX 16-Cores</td>
<td>128GB</td>
<td>NVIDIA A100 (40 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
</tr>
<tr>
<th scope="row">LS229</th>
<td>Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz</td>
<td>512GB</td>
<td>3 x NVIDIA A100 (80 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS229</th>
<td>Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz</td>
<td>512GB</td>
<td>1 x NVIDIA A100 (80 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-off fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">LS233</th>
<td>AMD EPYC 7543 32-Core Processor</td>
<td>324GB</td>
<td>NVIDIA A6000 (50 GB)</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
<tr>
<th scope="row">DS1821+</th>
<td>Storage: 32TB</td>
<td>Synology DiskStation 1821+</td>
<td><b></b>*</td>
<td class="text-center">
<i class='fa fa-toggle-on fa-2x'></i>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>