nested lists fix ; add Benjamin has an author

This commit is contained in:
Johann Dreo 2012-08-07 16:20:13 +02:00
commit 8e56bed9a0

View file

@ -270,15 +270,17 @@
<li></li>
</ul>
</li>
<li>Parallelization tools</li>
<li>Parallelization tools:
<ul>
<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>
<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>
</ul>
</li>
</ul>
</l>
<li>Portable and human-readable parameter files</li>
<li>Suspend and load population from files</li>
<li>Versatile checkpointing and logging:
@ -348,8 +350,6 @@
library",</a> <i>Artificial Evolution</i>, <b>2310</b>, 829--888 (2002).</blockquote>
</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>
<font face="monospace">
@<font color="#0000ff">Article</font>{<font color="#ff00ff">Keijzer2001</font>,<br/>
@ -373,6 +373,8 @@
</font>
</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>
<ul class="publications">
<li>J.J. Gilijamse, J. Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer,
@ -538,7 +540,9 @@
infrastructure maintenance. </p>
<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>