add eo::mpi in the feature list
This commit is contained in:
parent
a756e7dfd4
commit
fc23c479af
1 changed files with 11 additions and 0 deletions
|
|
@ -174,6 +174,7 @@
|
|||
|
||||
<p>Alternatively, you can join us on the official chatroom. You can try our <a href="http://irc.lc/freenode/paradiseo">webchat interface</a>, or if you already use IRC, you can directly connect to the <a href="irc://irc.freenode.org/#paradiseo">irc.freenode.org/#paradiseo</a> multi-user chatroom with your favorite client.</p>
|
||||
|
||||
|
||||
<p>If you want to know how to help us to improve EO, the easiest way is to click on the following button:
|
||||
|
||||
<form method="POST" action="http://openhatch.org/+do/project.views.wanna_help_do">
|
||||
|
|
@ -193,6 +194,7 @@
|
|||
#openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }
|
||||
</style>
|
||||
|
||||
|
||||
<!--<script type="text/javascript" src="http://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script>-->
|
||||
<br />
|
||||
<br />
|
||||
|
|
@ -269,6 +271,15 @@
|
|||
<li>…</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Parallelization tools</li>
|
||||
<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>
|
||||
<ul>
|
||||
<li>map/reduce-like design, with operators choice, as in EO<li>
|
||||
<li>useful existing operators (parallel dynamic multi-start, static evaluations, …)</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>Portable and human-readable parameter files</li>
|
||||
<li>Suspend and load population from files</li>
|
||||
<li>Versatile checkpointing and logging:
|
||||
|
|
|
|||
Reference in a new issue