-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
258 lines (248 loc) · 17 KB
/
index.html
File metadata and controls
258 lines (248 loc) · 17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Par4All — Par4All 1.4.6 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.4.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/logo-64x64FW.png"/>
<link rel="top" title="Par4All 1.4.6 documentation" href="#" />
<link rel="next" title="Download - Par4All" href="download.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="download.html" title="Download - Par4All"
accesskey="N">next</a> |</li>
<li><a href="#">Par4All 1.4.6 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="par4all">
<h1>Par4All<a class="headerlink" href="#par4all" title="Permalink to this headline">¶</a></h1>
<p>Par4All is an automatic parallelizing and optimizing compiler (workbench)
for C and Fortran sequential programs.</p>
<p>The purpose of this source-to-source compiler is to adapt existing
applications to various hardware targets such as multicore systems, high
performance computers and GPUs or some parallel embedded heterogeneous
systems.</p>
<p>It creates new OpenMP, CUDA or OpenCL source codes and thus allows the
original source codes of the application to remain mainly unchanged for
well formed programs.</p>
<p>Par4All is an open source project that merges various open source
developments.</p>
<p>With <a class="reference external" href="http://www.silkan.com/more-about/#wildcruncher">Wild Cruncher</a>
from <a class="reference external" href="http://www.silkan.com">SILKAN</a> it is also possible to compile and
parallelize <a class="reference external" href="http://www.scilab.org">Scilab</a> programs to speed up
computations.</p>
<p><strong>Warning:</strong> this project is no longer supported by SILKAN. All the former
team works on some other subjects or in some other companies. But if you
are interested by this project, feel free to join or contribute to PIPS
project! :-) Ronan at Keryell dot fr.</p>
<div class="figure">
<a class="reference external image-reference" href="news_and_events.html#video-showing-par4all-features"><img alt="_images/P4A-video2.png" src="_images/P4A-video2.png" style="height: 250px;" /></a>
<p class="caption">A few explanations on Par4All in a <a class="reference internal" href="news_and_events.html#par4all-video"><em>3mn video</em></a></p>
</div>
<div class="section" id="content">
<h2>Content<a class="headerlink" href="#content" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="download.html">Download - Par4All</a><ul>
<li class="toctree-l2"><a class="reference internal" href="download.html#binary-distribution">Binary distribution</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#previous-releases">Previous releases</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#installing-from-the-sources">Installing from the sources</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#distributed-version-control-system">Distributed version control system</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a><ul>
<li class="toctree-l2"><a class="reference internal" href="features.html#par4all-current-version">Par4All current version</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#what-is-going-on">What is going on?</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#roadmap">Roadmap</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#internals">Internals</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="benchmarks.html">Benchmarks</a><ul>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#stars-pm">Stars-PM</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#static-compilation-analysis-for-host-accelerator-communication-optimization">Static Compilation Analysis for Host-Accelerator Communication Optimization</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#hyantes">Hyantes</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#hologram-simulation">Hologram simulation</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#spec-cpu2006-410-bwaves">SPEC CPU2006 410.bwaves</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#matrix-multiplication">Matrix multiplication</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#users-guide">Users guide</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#developers-guide">Developers Guide</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#publications">Publications</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#presentations">Presentations</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="community.html">Community</a><ul>
<li class="toctree-l2"><a class="reference internal" href="community.html#members">Members</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#support">Support</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#research-collaborative-projects">Research Collaborative Projects</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#background">Background</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#jobs">Jobs</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="news_and_events.html">News and events</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-launches-the-1-4-version-of-par4all">2012/05/17: HPC Project launches the 1.4 version of Par4All</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#gtc-2012">2012/05/14: GTC 2012</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#meetup-hpc-gpu-in-paris">2012/01/25: Meetup HPC GPU in Paris</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#wild-cruncher-breakfast-february-14th">2012/01/13: Wild Cruncher Breakfast February 14th</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#par4all-1-2-is-out">2011/08/07: Par4All 1.2 is out</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-announces-wild-cruncher">2011/06/14: HPC Project announces Wild Cruncher</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#teratec-2011">2011/05/20: Teratec 2011</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#open-gpu-8th-of-june-2011">2011/05/19: Open GPU 8th of June 2011</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-launches-v1-1-par4all">2011/03/18: HPC Project launches v1.1 Par4All</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#video-showing-par4all-features">2010/12/14: Video showing Par4All features</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#gtc-2010">2010/12/06: GTC 2010</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#pips-tutorial-at-bangalore-dec">2010/12/03: PIPS Tutorial at Bangalore déc</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#teratec-2010">2010/12/03: Teratec 2010</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#open-gpu-project">2010/12/03: Open GPU Project</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#nvidia-gtc-2009">2010/12/03: Nvidia GTC 2009</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="#">
<img class="logo" src="_static/banniere+tagline.png" alt="Logo"/>
</a></p>
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="download.html">Download - Par4All</a><ul>
<li class="toctree-l2"><a class="reference internal" href="download.html#binary-distribution">Binary distribution</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#previous-releases">Previous releases</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#installing-from-the-sources">Installing from the sources</a></li>
<li class="toctree-l2"><a class="reference internal" href="download.html#distributed-version-control-system">Distributed version control system</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a><ul>
<li class="toctree-l2"><a class="reference internal" href="features.html#par4all-current-version">Par4All current version</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#what-is-going-on">What is going on?</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#roadmap">Roadmap</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#internals">Internals</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="benchmarks.html">Benchmarks</a><ul>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#stars-pm">Stars-PM</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#static-compilation-analysis-for-host-accelerator-communication-optimization">Static Compilation Analysis for Host-Accelerator Communication Optimization</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#hyantes">Hyantes</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#hologram-simulation">Hologram simulation</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#spec-cpu2006-410-bwaves">SPEC CPU2006 410.bwaves</a></li>
<li class="toctree-l2"><a class="reference internal" href="benchmarks.html#matrix-multiplication">Matrix multiplication</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#users-guide">Users guide</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#developers-guide">Developers Guide</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#publications">Publications</a></li>
<li class="toctree-l2"><a class="reference internal" href="documentation.html#presentations">Presentations</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="community.html">Community</a><ul>
<li class="toctree-l2"><a class="reference internal" href="community.html#members">Members</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#support">Support</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#research-collaborative-projects">Research Collaborative Projects</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#background">Background</a></li>
<li class="toctree-l2"><a class="reference internal" href="community.html#jobs">Jobs</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="news_and_events.html">News and events</a><ul>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-launches-the-1-4-version-of-par4all">2012/05/17: HPC Project launches the 1.4 version of Par4All</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#gtc-2012">2012/05/14: GTC 2012</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#meetup-hpc-gpu-in-paris">2012/01/25: Meetup HPC GPU in Paris</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#wild-cruncher-breakfast-february-14th">2012/01/13: Wild Cruncher Breakfast February 14th</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#par4all-1-2-is-out">2011/08/07: Par4All 1.2 is out</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-announces-wild-cruncher">2011/06/14: HPC Project announces Wild Cruncher</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#teratec-2011">2011/05/20: Teratec 2011</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#open-gpu-8th-of-june-2011">2011/05/19: Open GPU 8th of June 2011</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#hpc-project-launches-v1-1-par4all">2011/03/18: HPC Project launches v1.1 Par4All</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#video-showing-par4all-features">2010/12/14: Video showing Par4All features</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#gtc-2010">2010/12/06: GTC 2010</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#pips-tutorial-at-bangalore-dec">2010/12/03: PIPS Tutorial at Bangalore déc</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#teratec-2010">2010/12/03: Teratec 2010</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#open-gpu-project">2010/12/03: Open GPU Project</a></li>
<li class="toctree-l2"><a class="reference internal" href="news_and_events.html#nvidia-gtc-2009">2010/12/03: Nvidia GTC 2009</a></li>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="download.html"
title="next chapter">Download - Par4All</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="download.html" title="Download - Par4All"
>next</a> |</li>
<li><a href="#">Par4All 1.4.6 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2014, The Par4All team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
</body>
</html>