nested lists fix ; add Benjamin has an author
This commit is contained in:
parent
880b6e83b3
commit
8e56bed9a0
1 changed files with 10 additions and 6 deletions
|
|
@ -270,15 +270,17 @@
|
||||||
<li>…</li>
|
<li>…</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Parallelization tools</li>
|
<li>Parallelization tools:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Shared memory loops unrolling (with <a href="http://openmp.org">OpenMP</a>)</li>
|
<li>Shared memory loops unrolling (with <a href="http://openmp.org">OpenMP</a>)</li>
|
||||||
<li>Message passing parallelization (with <a href="http://www.open-mpi.org/">openMPI</a>)</li>
|
<li>Message passing parallelization (with <a href="http://www.open-mpi.org/">openMPI</a>):
|
||||||
<ul>
|
<ul>
|
||||||
<li>map/reduce-like design, with operators choice, as in EO<li>
|
<li>map/reduce-like design, with operators choice, as in EO</li>
|
||||||
<li>useful existing operators (parallel dynamic multi-start, static evaluations, …)</li>
|
<li>useful existing operators (parallel dynamic multi-start, static evaluations, …)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</l>
|
||||||
<li>Portable and human-readable parameter files</li>
|
<li>Portable and human-readable parameter files</li>
|
||||||
<li>Suspend and load population from files</li>
|
<li>Suspend and load population from files</li>
|
||||||
<li>Versatile checkpointing and logging:
|
<li>Versatile checkpointing and logging:
|
||||||
|
|
@ -348,8 +350,6 @@
|
||||||
library",</a> <i>Artificial Evolution</i>, <b>2310</b>, 829--888 (2002).</blockquote>
|
library",</a> <i>Artificial Evolution</i>, <b>2310</b>, 829--888 (2002).</blockquote>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>If you want to understand the message-passing parallelization module, check the <a href="http://eodev.sourceforge.net/eo/tutorial/Parallelization/eompi.html">introduction to eo::MPI</a> by Benjamin Bouvier.</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<font face="monospace">
|
<font face="monospace">
|
||||||
@<font color="#0000ff">Article</font>{<font color="#ff00ff">Keijzer2001</font>,<br/>
|
@<font color="#0000ff">Article</font>{<font color="#ff00ff">Keijzer2001</font>,<br/>
|
||||||
|
|
@ -373,6 +373,8 @@
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>If you want to understand the message-passing parallelization module, check the <a href="http://eodev.sourceforge.net/eo/tutorial/Parallelization/eompi.html">introduction to eo::MPI</a> by Benjamin Bouvier.</p>
|
||||||
|
|
||||||
<p>Here is a list of some known publications that used EO:</p>
|
<p>Here is a list of some known publications that used EO:</p>
|
||||||
<ul class="publications">
|
<ul class="publications">
|
||||||
<li>J.J. Gilijamse, J. Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer,
|
<li>J.J. Gilijamse, J. Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer,
|
||||||
|
|
@ -538,7 +540,9 @@
|
||||||
infrastructure maintenance. </p>
|
infrastructure maintenance. </p>
|
||||||
|
|
||||||
<p>The project is now maintained by <a href="http://johann.dreo.fr">Johann Dréo</a>,
|
<p>The project is now maintained by <a href="http://johann.dreo.fr">Johann Dréo</a>,
|
||||||
working on it with the help of <a href="http://caner.candan.fr">Caner Candan</a>.</p>
|
working on it with the help of <a href="http://caner.candan.fr">Caner Candan</a>.
|
||||||
|
<a href="https://github.com/BenjBouv">Benjamin Bouvier</a> have designed a
|
||||||
|
whole new MPI parallelization module.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2><a name="Links"></a>Links</h2>
|
<h2><a name="Links"></a>Links</h2>
|
||||||
|
|
|
||||||
Reference in a new issue