-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformance.html
More file actions
67 lines (55 loc) · 2.02 KB
/
performance.html
File metadata and controls
67 lines (55 loc) · 2.02 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
---
layout: default
---
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>PNNL: Global Arrays Toolkit, Performance of Selected GA Operations</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta name="description" content="The Global Arrays (GA) toolkit
provides an efficient and portable "shared-memory"
programming interface for distributed-memory computers." />
<meta name="keywords" content="PNNL, Global Arrays, EMSL" />
</head>
<body>
<div id="page">
{% include shared/header.inc %}
<div id="container">
<div id="main">
<h1>Performance</h1>
<h2>Gordon Bell Finalist at SC09 - GA Crosses the Petaflop Barrier</h2>
<ul>
<li>NWChem petascale calculation</li>
<li>GA-based parallel implementation of coupled cluster calculation
performed at <em>1.39 petaflops using over 223,000 processes</em> on
ORNL's Jaguar petaflop system. <cite>Apra et al. "Liquid water: obtaining
the right answer for the right reasons"</cite></li>
<li>Global Arrays is one of two programming models that have achieved this
level of performance</li>
</ul>
<p>
<img src="/images/petascale.jpg" width="500" height="364" alt="Floating-Point
Performance" style="margin: 0px 0px 0px 20px;" /><br />
<em style="margin: 10px 0px 10px 20px;">Courtesy: Edo Apra</em>
</p>
<h2>Parallel Matrix Multiply</h2>
<ul>
<li>Cray XT4</li>
<li>Matrix size is 65536x65536</li>
</ul>
<p>
<img src="/images/dgemm.jpg" width="500" height="331" alt="Parallel Matrix
Multiply" style="margin: 0px 0px 0px 20px;" />
</p>
<h2>Stomp Speedup</h2>
<p>
<img src="/images/stomp.jpg" width="400" height="388" alt="Stomp Speedup"
style="margin: 0px 0px 0px 20px;" />
</p>
</div>
</div>
</div>
</body>
</html>