-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
78 lines (69 loc) · 4.68 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>UK Mini-App Consortium - About</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="http://uk-mac.github.io/">< Mini-apps</a></h1><hr />
<p>A collection of HPC mini-apps representing the collaborative work of UK institutions</p>
<p class="view"><a href="https://github.com/UK-MAC">View My GitHub Profile</a></p>
<img src="https://uk-mac.github.io/images/All_alpha_med.png" height="400px" width="300px">
<hr />
<h1><a href="news.html">News</a></h1>
<hr />
<h1><a href="about.html">About</a></h1>
<hr />
<h1><a href="papers.html">Papers</a></h1>
<hr />
</header>
<section>
<h1>UK Mini-App Consortium (UKMAC) - About</h1><hr />
<p>UK-MAC presents a collection of HPC mini-apps as part of a collaborative effort by a number of UK institutions.</p>
<p>The work has been driven by a desire to understand algorithms and future technologies, through the use of reduced size benchmark codes - mini-apps.</p>
<p>Initially the <a href="http://uk-mac.github.io/CloverLeaf/">CloverLeaf</a> mini-app which was developed to represent a hydrodynamics scheme as a collaboration between AWE and Warwick.</p>
<p>Since then the suite of mini-apps and language ports has grown, and UK-MAC aims to be the new home for a consolidated UK effort.</p>
<p>As such we would welcome the inclusion of other similar mini-apps from UK based institutions.</p>
<h1>Institutions</h1>
<p>UK-MAC currently represents the interest of AWE, University of Warwick, University of Bristol and University of Oxford.</p>
<h2>AWE</h2>
<p><a href="http://www.awe.co.uk/">AWE</a> has been key to funding research in UK accademic institutions within the mini-app space.</p>
<h2>Warwick</h2>
<p>The <a href="http://www2.warwick.ac.uk/fac/sci/dcs/research/pcav/">Performance Computing and Visualisation (PCAV)</a> group at Warwick University have been fundermental in developing and porting the first collaborative mini-apps.</p>
<h2>Bristol</h2>
<p><a href="http://www.cs.bris.ac.uk/">Bristol University</a> have recently contributed a vast body of work and experience to the development and porting of mini-apps to new architectures.</p>
<h2>Oxford</h2>
<p>The University of Oxford is involved with the development of high-level
domain-specific abstractions frameworks for key classes of HPC
applications. In recent work they have re-engineered / ported the
CLoverleaf2D and 3D mini-apps to utilize the <a href="http://www.oerc.ox.ac.uk/projects/ops">OPS</a> high-level framework which
targets the domain of multi-block structured-mesh applications.</p>
<h1>Joining</h1>
<p>In addition to the current suite of mini-apps we also welcome involvement and contributions from other institutions.</p>
<p>If you would like to contribute a new mini-app, or a language port of an exisiting one, then we would like to hear from you. Please contact us via the <a href="https://github.com/UK-MAC">Github page</a> or <a class="meta-link" href="mailto:pcav-github@dcs.warwick.ac.uk" itemprop="email">pcav-github@dcs.warwick.ac.uk</a>.</p>
<hr />
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-36190086-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>