Skip to content

Commit 8896b41

Browse files
committed
3.1.5
1 parent 2900338 commit 8896b41

File tree

932 files changed

+310372
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

932 files changed

+310372
-0
lines changed

3.1.5/CHANGES.html

Lines changed: 992 additions & 0 deletions
Large diffs are not rendered by default.

3.1.5/LICENSE.html

Lines changed: 586 additions & 0 deletions
Large diffs are not rendered by default.

3.1.5/apiref/api-objects.txt

Lines changed: 1880 additions & 0 deletions
Large diffs are not rendered by default.

3.1.5/apiref/class-tree.html

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
<?xml version="1.0" encoding="ascii"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3+
"DTD/xhtml1-transitional.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<title>Class Hierarchy</title>
7+
<link rel="stylesheet" href="epydoc.css" type="text/css" />
8+
<script type="text/javascript" src="epydoc.js"></script>
9+
</head>
10+
11+
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12+
alink="#204080">
13+
<!-- ==================== NAVIGATION BAR ==================== -->
14+
<table class="navbar" border="0" width="100%" cellpadding="0"
15+
bgcolor="#a0c0ff" cellspacing="0">
16+
<tr valign="middle">
17+
<!-- Home link -->
18+
<th>&nbsp;&nbsp;&nbsp;<a
19+
href="mpi4py-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20+
21+
<!-- Tree link -->
22+
<th bgcolor="#70b0f0" class="navbar-select"
23+
>&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
24+
25+
<!-- Index link -->
26+
<th>&nbsp;&nbsp;&nbsp;<a
27+
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28+
29+
<!-- Help link -->
30+
<th>&nbsp;&nbsp;&nbsp;<a
31+
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32+
33+
<!-- Project homepage -->
34+
<th class="navbar" align="right" width="100%">
35+
<table border="0" cellpadding="0" cellspacing="0">
36+
<tr><th class="navbar" align="center"
37+
><a class="navbar" target="_top" href="https://github.com/mpi4py/mpi4py">MPI for Python</a></th>
38+
</tr></table></th>
39+
</tr>
40+
</table>
41+
<table width="100%" cellpadding="0" cellspacing="0">
42+
<tr valign="top">
43+
<td width="100%">&nbsp;</td>
44+
<td>
45+
<table cellpadding="0" cellspacing="0">
46+
<!-- hide/show private -->
47+
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
48+
onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
49+
<tr><td align="right"><span class="options"
50+
>[<a href="frames.html" target="_top">frames</a
51+
>]&nbsp;|&nbsp;<a href="class-tree.html"
52+
target="_top">no&nbsp;frames</a>]</span></td></tr>
53+
</table>
54+
</td>
55+
</tr>
56+
</table>
57+
<center><b>
58+
[ <a href="module-tree.html">Module Hierarchy</a>
59+
| <a href="class-tree.html">Class Hierarchy</a> ]
60+
</b></center><br />
61+
<h1 class="epydoc">Class Hierarchy</h1>
62+
<ul class="nomargin-top">
63+
<li> <strong class="uidlink">object</strong>:
64+
<em class="summary">The most base type</em>
65+
<ul>
66+
<li> <strong class="uidlink">exceptions.BaseException</strong>:
67+
<em class="summary">Common base class for all exceptions</em>
68+
<ul>
69+
<li> <strong class="uidlink">exceptions.Exception</strong>:
70+
<em class="summary">Common base class for all non-exit exceptions.</em>
71+
<ul>
72+
<li> <strong class="uidlink">exceptions.StandardError</strong>:
73+
<em class="summary">Base class for all standard Python exceptions that do not represent
74+
interpreter exiting.</em>
75+
<ul>
76+
<li> <strong class="uidlink">exceptions.RuntimeError</strong>:
77+
<em class="summary">Unspecified run-time error.</em>
78+
<ul>
79+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Exception-class.html">mpi4py.MPI.Exception</a></strong>:
80+
<em class="summary">Exception class</em>
81+
</li>
82+
</ul>
83+
</li>
84+
</ul>
85+
</li>
86+
</ul>
87+
</li>
88+
</ul>
89+
</li>
90+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Comm-class.html">mpi4py.MPI.Comm</a></strong>:
91+
<em class="summary">Communicator</em>
92+
<ul>
93+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Intercomm-class.html">mpi4py.MPI.Intercomm</a></strong>:
94+
<em class="summary">Intercommunicator</em>
95+
</li>
96+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Intracomm-class.html">mpi4py.MPI.Intracomm</a></strong>:
97+
<em class="summary">Intracommunicator</em>
98+
<ul>
99+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Topocomm-class.html">mpi4py.MPI.Topocomm</a></strong>:
100+
<em class="summary">Topology intracommunicator</em>
101+
<ul>
102+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Cartcomm-class.html">mpi4py.MPI.Cartcomm</a></strong>:
103+
<em class="summary">Cartesian topology intracommunicator</em>
104+
</li>
105+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Distgraphcomm-class.html">mpi4py.MPI.Distgraphcomm</a></strong>:
106+
<em class="summary">Distributed graph topology intracommunicator</em>
107+
</li>
108+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Graphcomm-class.html">mpi4py.MPI.Graphcomm</a></strong>:
109+
<em class="summary">General graph topology intracommunicator</em>
110+
</li>
111+
</ul>
112+
</li>
113+
</ul>
114+
</li>
115+
</ul>
116+
</li>
117+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Datatype-class.html">mpi4py.MPI.Datatype</a></strong>:
118+
<em class="summary">Datatype object</em>
119+
</li>
120+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Errhandler-class.html">mpi4py.MPI.Errhandler</a></strong>:
121+
<em class="summary">Error handler</em>
122+
</li>
123+
<li> <strong class="uidlink"><a href="mpi4py.MPI.File-class.html">mpi4py.MPI.File</a></strong>:
124+
<em class="summary">File handle</em>
125+
</li>
126+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Group-class.html">mpi4py.MPI.Group</a></strong>:
127+
<em class="summary">Group of processes</em>
128+
</li>
129+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Info-class.html">mpi4py.MPI.Info</a></strong>:
130+
<em class="summary">Info object</em>
131+
</li>
132+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Message-class.html">mpi4py.MPI.Message</a></strong>:
133+
<em class="summary">Matched message handle</em>
134+
</li>
135+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Op-class.html">mpi4py.MPI.Op</a></strong>:
136+
<em class="summary">Operation object</em>
137+
</li>
138+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Pickle-class.html">mpi4py.MPI.Pickle</a></strong>:
139+
<em class="summary">Pickle(dumps: Optional[Callable[[Any, int], bytes]] = None, loads: Optional[Callable[[Buffer], Any]] = None, protocol: Optional[int] = None) -&gt; None</em>
140+
</li>
141+
<li> <strong class="uidlink"><a href="mpi4py.Rc-class.html" onclick="show_private();">mpi4py.Rc</a></strong>:
142+
<em class="summary">Runtime configuration options.</em>
143+
</li>
144+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Request-class.html">mpi4py.MPI.Request</a></strong>:
145+
<em class="summary">Request handle</em>
146+
<ul>
147+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Grequest-class.html">mpi4py.MPI.Grequest</a></strong>:
148+
<em class="summary">Generalized request handle</em>
149+
</li>
150+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Prequest-class.html">mpi4py.MPI.Prequest</a></strong>:
151+
<em class="summary">Persistent request handle</em>
152+
</li>
153+
</ul>
154+
</li>
155+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Status-class.html">mpi4py.MPI.Status</a></strong>:
156+
<em class="summary">Status object</em>
157+
</li>
158+
<li> <strong class="uidlink"><a href="mpi4py.MPI.Win-class.html">mpi4py.MPI.Win</a></strong>:
159+
<em class="summary">Window handle</em>
160+
</li>
161+
<li> <strong class="uidlink"><a href="mpi4py.MPI.memory-class.html">mpi4py.MPI.memory</a></strong>:
162+
<em class="summary">Memory buffer</em>
163+
</li>
164+
</ul>
165+
</li>
166+
</ul>
167+
<!-- ==================== NAVIGATION BAR ==================== -->
168+
<table class="navbar" border="0" width="100%" cellpadding="0"
169+
bgcolor="#a0c0ff" cellspacing="0">
170+
<tr valign="middle">
171+
<!-- Home link -->
172+
<th>&nbsp;&nbsp;&nbsp;<a
173+
href="mpi4py-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
174+
175+
<!-- Tree link -->
176+
<th bgcolor="#70b0f0" class="navbar-select"
177+
>&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
178+
179+
<!-- Index link -->
180+
<th>&nbsp;&nbsp;&nbsp;<a
181+
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
182+
183+
<!-- Help link -->
184+
<th>&nbsp;&nbsp;&nbsp;<a
185+
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
186+
187+
<!-- Project homepage -->
188+
<th class="navbar" align="right" width="100%">
189+
<table border="0" cellpadding="0" cellspacing="0">
190+
<tr><th class="navbar" align="center"
191+
><a class="navbar" target="_top" href="https://github.com/mpi4py/mpi4py">MPI for Python</a></th>
192+
</tr></table></th>
193+
</tr>
194+
</table>
195+
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
196+
<tr>
197+
<td align="left" class="footer">
198+
Generated by Epydoc 3.0.1 on Wed Oct 4 08:48:16 2023
199+
</td>
200+
<td align="right" class="footer">
201+
<a target="mainFrame" href="http://epydoc.sourceforge.net"
202+
>http://epydoc.sourceforge.net</a>
203+
</td>
204+
</tr>
205+
</table>
206+
207+
<script type="text/javascript">
208+
<!--
209+
// Private objects are initially displayed (because if
210+
// javascript is turned off then we want them to be
211+
// visible); but by default, we want to hide them. So hide
212+
// them unless we have a cookie that says to show them.
213+
checkCookie();
214+
// -->
215+
</script>
216+
</body>
217+
</html>
3.96 KB
Loading
9.63 KB
Loading
1.26 KB
Loading
4.77 KB
Loading
Loading
10.3 KB
Loading
604 Bytes
Loading
4.26 KB
Loading
2.62 KB
Loading
1.06 KB
Loading
746 Bytes
Loading
2.04 KB
Loading
8.34 KB
Loading
1.07 KB
Loading
1.32 KB
Loading
706 Bytes
Loading
1012 Bytes
Loading
2.48 KB
Loading
637 Bytes
Loading
4.57 KB
Loading
1.28 KB
Loading
8.33 KB
Loading
747 Bytes
Loading

3.1.5/apiref/crarr.png

340 Bytes
Loading

0 commit comments

Comments
 (0)