-
Notifications
You must be signed in to change notification settings - Fork 5
/
computational-resources.qmd
132 lines (114 loc) · 3.2 KB
/
computational-resources.qmd
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
---
title: "Lab Resources"
---
<head>
<style>
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
}
th, td {
border: 1px solid #ccc;
border-left:0;
border-right:0;
font-size: 17px;
padding: 8px;
text-align: left;
vertical-align: middle;
}
</style>
</head>
## Computational Resources
IIT Gandhinagar has a number of computational resources available for research and teaching purposes. Aside from it, the department also has a number of workstations available for students and faculty members.
The following is the list of computational resources in our lab apart from the institute and departmental resources.
### Servers
Our servers are named after great mathematicians/scientists:
- Ramanujan (रामानुजन): Srinivasa Ramanujan made groundbreaking contributions to number theory.
- Bhaskar (भास्कर): Bhaskar (aka Bhaskar II) is known for his work Siddhānta Shiromani (सिद्धांत शिरोमणि) which includes advances in algebra, calculus, and astronomy.
- Aryabhata (आर्यभट): Aryabhata is well-known for inventing the concept of zero (शून्य) and the place value system. He is also said to be one of the faculty members of the famous Nalanda University (नालंदा विद्यालय).
<table>
<tr>
<th width=25%></th>
<th width=25%>Ramanujan</th>
<th width=25%>Bhaskar</th>
<th width=25%>Sustain</th>
</tr>
<tr>
<td>RAM</td>
<td>512 GB (32 x 16)</td>
<td>To be Updated</td>
<td>192 GB (32 x 6)</td>
</tr>
<tr>
<td>CPU</td>
<td>AMD EPYC 7452 32-Core Processor</td>
<td>To be Updated</td>
<td>Intel(R) Xeon(R) Silver 4208 CPU @ 2.10GHz</td>
</tr>
<tr>
<td>Number of CPUs</td>
<td>64</td>
<td>To be Updated</td>
<td>16</td>
</tr>
<tr>
<td>GPU</td>
<td>NVIDIA A100-SXM4 (80GB)</td>
<td>NVIDIA RTX A5000 (24GB)</td>
<td>NVIDIA RTX A4000 (16GB)</td>
</tr>
<tr>
<td>Number of GPUs</td>
<td>4</td>
<td>1</td>
<td>2</td>
</tr>
</table>
<br>
<!-- ### Ramanujan
| | |
| -- | -- |
| RAM | 512 GB (32 x 16) |
| CPU | AMD EPYC 7452 32-Core Processor |
| Number of CPUs | 64 |
| GPU | NVIDIA A100-SXM4 (80 GB) |
| Number of GPUs | 4 |
### Sustain
| | |
| -- | -- |
| RAM | 192 GB (32 x 6) |
| CPU | Intel(R) Xeon(R) Silver 4208 CPU @ 2.10GHz |
| Number of CPUs | 16 |
| GPU | NVIDIA RTX A4000 (16Gb) |
| Number of GPUs | 2 | -->
### Workstations
<table style="width:50%;">
<tr>
<th style="width:25%;"></th>
<th style="width:25%;">Aryabhata</th>
</tr>
<tr>
<td>RAM</td>
<td>To be Updated</td>
</tr>
<tr>
<td>CPU</td>
<td>To be Updated</td>
</tr>
<tr>
<td>Number of CPUs</td>
<td>To be Updated</td>
</tr>
<tr>
<td>GPU</td>
<td>NVIDIA RTX A2000</td>
</tr>
<tr>
<td>Number of GPUs</td>
<td>1</td>
</tr>
</table>
<br>
### Relative Performances
<img src="images/benchmark_speedup.png" width=100%>