Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 36130941 authored by Alexandre DENIS's avatar Alexandre DENIS
Browse files

www: add mpi_sync_clocks

parent f255c65b
No related branches found
No related tags found
No related merge requests found
Pipeline #1072466 passed
...@@ -105,7 +105,28 @@ ...@@ -105,7 +105,28 @@
More details are available on the More details are available on the
<a href="bench_nbc/">BenchNBC homepage</a>. <a href="bench_nbc/">BenchNBC homepage</a>.
</p> </p>
<h2>MPI Sync Clocks</h2>
<p>
<a href="mpi_sync_clocks/doc/">MPI Sync Clocks</a> is an
implementation of synchronized clocks using MPI. It offers:
<ul>
<li><i>interpolated clocks</i> to get a consistent clock accross nodes
through interpolation, i.e. computed at the end of the
execution. This is the most precise method.</li>
<li> extrapolated clocks to compute consistent clocks accross nodes in
realtime. This method is less precise than interpolation.</li>
<li><i>synchronized barrier</i>: a barrier that guarantees to exit on all
nodes at the same time, contrary to <tt>MPI_Barrier</tt>. This is
especially useful to benchmark collective operations.
</ul>
</p>
<p>
<b>&nbsp;&raquo;&nbsp;</b>
More details are available on the
<a href="mpi_sync_clocks/doc/">MPI Sync Clocks documentation</a>.
</p>
<h2>Legacy modules</h2> <h2>Legacy modules</h2>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment