-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
61 lines (46 loc) · 2.05 KB
/
documentation.html
File metadata and controls
61 lines (46 loc) · 2.05 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
---
layout: default
title: Documentation
---
<!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, Documentation</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>Global Arrays Documentation</h1>
<h2>User Manual</h2>
<p><a href="https://globalarrays.readthedocs.io" title="HTML">User Manual (html)</a></p>
<h2>Tutorials</h2>
<p>Global Arrays Tutorial Source Code and Hands-on Guide:</p>
<ul>
<li><a href="tutorials/ga-tutorial.tgz">Tutorial source code (Gzipped Tarball, 30KB)</a></li>
<li><a href="tutorials/hands-on.pdf" title="PDF">hands-on guide (PDF, 24KB)</a></li>
</ul>
<p>Global Arrays Recent Tutorials:</p>
<ul>
<li><a href="tutorials/PNNL_2012_v1.pptx" title="PowerPoint">PNNL 2012 Tutorial (PowerPoint, 5.1MB)</a></li>
<li><a href="tutorials/GA_SciPy2011_Tutorial.pdf" title="PDF">SciPy 2011 Slides (PDF, 1.8MB) - Python only</a></li>
</ul>
<p>For more reading:</p>
<ul>
<li><a href="tutorials/ga-tutorial-stitt-2009.pdf" title="PDF">Slides (PDF, 11MB)</a> from GA tutorial by Tim Stitt 2009.</li>
<li><a href="tutorials/ga-acts09.ppt" title="PowerPoint">Slides (PowerPoint, 2.3MB)</a> from the ACTS Toolkit Workshop, August 2009.</li>
<li><a href="tutorials/ga-sc07.ppt" title="PowerPoint">Slides (PowerPoint, 3.1MB)</a> from the Global Arrays Tutorial at Supercomputing, November 2007.</li>
</ul>
</div>
</div>
</div>
</body>
</html>