-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
99 lines (96 loc) · 4.07 KB
/
about.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
<html>
<head>
<title>SA2C - Swansea Academy of Advanced Computing - Academi Uwch Gyfrifiadureg Abertawe</title>
<link rel="stylesheet" type="text/css" href="styles/fonts.css" />
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
<p class="title"><img src="images/logo.png" alt="SA2C logo" width="300px" /><br />
Swansea Academy of Advanced Computing<br />
Academi Uwch Gyfrifiadureg Abertawe
</p>
<h1>
About SA2C
</h1>
<p>
Swansea Academy of Advanced Computing (SA2C) is an Academic Academy
that supports research making use of High-Performance Computing (HPC)
and other advanced computing technologies.
</p><p>
We do this in a number of ways. Firstly, we have a team of Research
Software Engineers (RSEs) dedicated to enabling you to run your software
on HPC, and to make it run faster. Secondly, we manage the University's
HPC resources, including hosting clusters in our datacentres.
</p>
<h1>
About the RSEs
</h1>
<p>
The RSE team at SA2C can help with a variety of aspects of utilising HPC.
Some examples include:
</p>
<ul>
<li><b>Grant application preparation</b>:
If you are applying for a grant for a project that will require HPC,
and you need to evidence that your software is ready to run on it,
we can run scaling tests and provide a detailed benchmark report to
evidence your application. If your application is not yet ready to run
on HPC, we can assist with the process of porting the application so
it will.
<li><b>Onboarding</b>:
If you have computational work that is slow enough to be a barrier
to the research outputs when run on your desktop, but don't know where
to start moving to HPC, talk to us and we can provide assistance and
guidance with this process. Frequently this is not as difficult or
daunting a task as it might seem!
<li><b>Performance tuning</b>:
If you already have applications making use of HPC that you need to run
faster, we can work with you to profile and tune your application's
performance to make most efficient use of the available hardware.
Since starting in October, the team has already delivered increases in
throughput of between 10 and 200% on applications we have worked on.
</ul>
<p>
If you are interested in high-performance or technical computing, we also run
a <a href="/seminar">technical seminar series</a>, in which we discuss a wide
range of technically-oriented topics.
</p>
<h1>
About Supercomputing Wales
</h1>
<p>
<a href="https://supercomputing.wales/">Supercomputing Wales</a> is a
project funded by the ERDF through WEFO to increase the research output
of Wales through an investment in HPC. This includes funding new clusters
in Cardiff and Swansea, and hiring RSE teams in Aberystwyth, Bangor, Cardiff,
and Swansea. Swansea's component of the project is delivered by SA2C.
</p>
<p>
New hardware is currenly nearing the end of the procurement process and will
be installed in the coming months.
</p>
<h1>
Contact
</h1>
<p>
If you would like to know more about SA2C or HPC, would like to access the
University's HPC hardware resources, or need assistance from the RSE team with
using the available equipment or improving the performance of your applications,
please don't hesitate to contact us via one of the following means:
</p>
<ul>
<li>E-mail us: <a href="mailto:[email protected]">[email protected]</a>
<li>Visit a <a href="/clinic">SA2C Drop-in Code Clinic</a>
</ul>
<!--vertical space-->
<div height="500px" style="margin:50px"> </div>
<!--footer-->
<div class="footer">
<ul class="footeritems">
<li class="footeritem"><img src="images/scw.svg" height="70px" /></li>
<li class="footeritem"><img src="images/swansea.svg" height="70px" /></li>
<li class="footeritem"><img src="images/wefo.svg" height="60px" /></li>
</ul>
</div>
</body>
</html>