-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserinterface.html
More file actions
56 lines (48 loc) · 1.75 KB
/
userinterface.html
File metadata and controls
56 lines (48 loc) · 1.75 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
---
layout: default
title: API Reference
---
<!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, API Reference</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>API Reference for Global Arrays and Related Libraries</h1>
<ul>
<li>Global Arrays
<ul>
<li><a href="/api/fapi.html">Fortran</a></li>
<li><a href="/api/capi.html">C</a></li>
<li><a href="/api/cxxapi.html">C<sup>++</sup></a></li>
<li><a href="/api/pyapi.html">Python</a></li>
</ul>
<li><a href="armci/documentation.htm">Aggregate Remote Memory
Copy Interface (ARMCI)</a></li>
<li><a href="/ma/MAapi.html">Memory Allocator</a></li>
<li>ChemIO (pario)
<ul>
<li><a href="/pario/DRAapi.html">DRA Fortran API</a></li>
<li><a href="/pario/DRA_capi.html">DRA C API</a></li>
<li><a href="/pario/EAFapi.html">EAF API</a></li>
<li><a href="/pario/sf">SF API</a></li>
</ul>
</li>
<li><a href="interface.html">How GA integrates with other software</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>