-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
272 lines (249 loc) · 13.3 KB
/
index.html
File metadata and controls
272 lines (249 loc) · 13.3 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Home page of the NTU HPC student cluster competition team">
<meta name="author" content="NTU HPC">
<title>NTU HPC</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Montserrat:400,700|Nunito" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">NTU HPC</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#history">History</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#media">Media</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#internal">Internal</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="https://blog.ntuhpc.org">Blog</a>
</li>-->
</ul>
</div>
</div>
</nav>
<!-- Intro Header -->
<header class="masthead">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h1 class="brand-heading">NTU HPC</h1>
<p class="intro-text">compile(); optimize(); compute(); repeat();</p>
<a href="#about" class="btn btn-circle js-scroll-trigger">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About NTU HPC</h2>
<p>The <strong>Nanyang Technological University High Performance Computing Team</strong> (NTU HPC) is the only
student cluster competition team in Singapore. We participate in major student cluster
competitions including <strong>ASC</strong>, <strong>ISC</strong>, <strong>SC</strong>, and <strong>HPC-AI</strong>.
<!-- TODO: Several links broken, need to find the new one or link to wiki instead. -->
<!-- <a href="http://www.asc-events.org/">ASC</a>,
<a href="http://www.isc-hpc.com/student-cluster-competition.html">ISC</a>,
and <a href="http://www.studentclustercompetition.us/">SC</a>.</p> -->
<p>In our team, you can find Linux power users, sysadmins, performance analysts, code optimizers,
hardware specialists, and machine learning practitioners.</p>
<p>We host regular meetings every week to discuss various HPC related topics (e.g. Linux, parallel programming, and performance
optimization) and prepare for the competitions.</p>
<p><small>NTU HPC is proudly sponsored by <a href="https://www.nscc.sg">National Supercomputing Centre (NSCC) Singapore</a>,
<a href="https://www.ntu.edu.sg">Nanyang Technological University</a>,
<a href="http://www.jos.com">JOS</a>,
<a href="https://www.nvidia.com/page/home.html">NVIDIA</a>,
<a href="https://www.amd.com">AMD</a>,
<a href="https://www.dellemc.com">Dell EMC</a>, and
<a href="https://www.mellanox.com">Mellanox Technologies</a>.</small></p>
</div>
</div>
</div>
</section>
<!-- History Section -->
<section id="history" class="content-section">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-center">History</h2>
<dl class="row">
<dt class="col-lg-2">HPC-AI 25</dt>
<dd class="col-lg-10">Won <strong>3rd Place🥉</strong> and <strong>Merit Award</strong>.</dd>
<dt class="col-lg-2">SC 24</dt>
<dd class="col-lg-10">Won <strong>Highest LINPACK Award</strong> (236.4 TFlops).</dd>
<dt class="col-lg-2">ISC 24</dt>
<dd class="col-lg-10">Won <strong>3rd Place🥉</strong> in online SCC.</dd>
<dt class="col-lg-2">HPC-AI 24</dt>
<dd class="col-lg-10">Won <strong>2nd Place🥈</strong> and <strong>Best AI Performance</strong>.</dd>
<dt class="col-lg-2">ISC 23</dt>
<dd class="col-lg-10">Won <strong>1st Place🏆</strong> in online SCC.</dd>
<dt class="col-lg-2">HPC-AI 23</dt>
<dd class="col-lg-10">Won <strong>2nd Place🥈</strong> and <strong>3rd Place🥉</strong>.</dd>
<dt class="col-lg-2">SC 22</dt>
<dd class="col-lg-10">Ranked <strong>2nd Place Overall🥈</strong> and won <strong>Best Poster</strong>.</dd>
<dt class="col-lg-2">ISC 21</dt>
<dd class="col-lg-10">Ranked <strong>2nd Place Overall🥈</strong>.</dd>
<dt class="col-lg-2">SC 19</dt>
<dd class="col-lg-10">Won <strong>Highest LINPACK Award</strong>.</dd>
<dt class="col-lg-2">SC 18</dt>
<dd class="col-lg-10">Ranked <strong>2nd Place Overall🥈</strong> and won <strong>Highest LINPACK Award</strong> (breaking world record again at 56.51TFLOPS/s) .</dd>
<dt class="col-lg-2">ISC 18</dt>
<dd class="col-lg-10">Ranked <strong>2nd Place Overall🥈</strong>.</dd>
<dt class="col-lg-2">SC 17</dt>
<dd class="col-lg-10">Won <strong>Overall Championship🏆</strong> and <strong>Highest LINPACK Award</strong> (breaking the world record with 51.77 TFLOPS/s, see <a href="https://top500.org/scc/">TOP500 SCC List</a>).</dd>
<dt class="col-lg-2">ISC 17</dt>
<dd class="col-lg-10">Won <strong>Deep Learning Excellence Award</strong> and ranked 4th overall.</dd>
<dt class="col-lg-2">SC 16</dt>
<dd class="col-lg-10">First appearance in SC. Ranked <strong>1st in secret application</strong> (GROMACS) and 5th overall.</dd>
<dt class="col-lg-2">ISC 16</dt>
<dd class="col-lg-10">First appearance in ISC. Ranked 3rd in HPL benchmarking.</dd>
<dt class="col-lg-2">ASC 16</dt>
<dd class="col-lg-10">Won <strong>Application Innovation Award</strong> (HPCG) and Fan Favorite Team (Twitter).</dd>
<dt class="col-lg-2">ASC 15</dt>
<dd class="col-lg-10">Won <strong>Highest LINPACK Award</strong> (11.92 TFLOPS/s) breaking the world record.</dd>
<dt class="col-lg-2">ASC 14</dt>
<dd class="col-lg-10">First appearance in ASC. Won <strong>Silver Prize🥈</strong> (ranked 2nd overall).</dd>
</dl>
</div>
</div>
</div>
</section>
<!-- Media Section -->
<section id="media" class="content-section">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-center">Media</h2>
<li>
<a href="https://www.asianscientist.com/2021/04/print/high-performance-computing-student-competition-community/?fbclid=IwAR2mWKB4DKDBOgUPTS_927N7-EK9gOH-1M5mcayz23cG5HUeKW5rKC0K3sA">
Of Virtual Competitions And Real Relationships (Asian Scientist)
</a>
</li>
<li>
<a href="https://www.asianscientist.com/2018/01/features/ntu-sc17-student-cluster-competition/">
What It Takes To Win The Student Cluster Competition (Asian Scientist)
</a>
</li>
<li>
<a href="http://www.straitstimes.com/singapore/education/ntu-students-take-top-spot-in-international-supercomputing-challenge">
NTU students take top spot in international supercomputing challenge (Straits Times)
</a>
</li>
<li>
<a href="http://www.straitstimes.com/singapore/ntu-team-breaks-captcha-system-for-global-award">
NTU team breaks captcha system for global award (Straits Times)
</a>
</li>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Contact NTU HPC</h2>
<p>Contact us on Twitter, GitHub, or LinkedIn if you want to know more about us.</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/realntuhpc" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/ntuhpc" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/ntu-hpc/" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIn</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Internal Section -->
<section id="internal" class="content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Internal portals</h2>
<p>Members can access the following internal services from here.</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://wiki.ntuhpc.org" class="btn btn-default btn-lg"><i class="fa fa-wikipedia-w fa-fw"></i> <span class="network-name">Wiki</span></a>
</li>
<li class="list-inline-item">
<a href="https://ntuhpc.grafana.net" class="btn btn-default btn-lg"><i class="fa fa-bar-chart fa-fw"></i> <span class="network-name">Grafana</span></a>
</li>
<li class="list-inline-item">
<a href="https://ldapreset.ntuhpc.org" class="btn btn-default btn-lg"><i class="fa fa-key fa-fw"></i> <span class="network-name">Password reset</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<div id="map"></div>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright © 2016 - 2026 <a href="https://ntuhpc.org">ntuhpc.org</a> All Rights Reserved</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script>
var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: { lat: 1.348312, lng: 103.6833486 },
zoom: 17,
disableDefaultUI: true,
draggable: false,
scrollwheel: false
});
}
</script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCv2JMGcV8cyIX4h96MLBZqCk7Q-9DA65Q&callback=initMap"
async defer></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>