Mentions légales du service

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

www: remove obsolete benchmarks

parent 0295717b
Branches
No related tags found
No related merge requests found
Pipeline #1176439 passed
......@@ -6,7 +6,7 @@
<LINK REL="shortcut icon" type="image/x-icon" HREF="../common/favicon.ico">
<TITLE>NewMadeleine</TITLE>
</head>
<body>
<div class="header">
......@@ -44,7 +44,7 @@
</i>
</p>
</div>
<div class="sec">
<a name="nmad"></a>
<h1>
......@@ -54,7 +54,7 @@
NewMadeleine is the fourth incarnation of the Madeleine
communication library. The new architecture aims at enabling the
use of a much wider range of communication flow optimization
techniques.
techniques.
Its design is entirely modular: drivers and optimization strategies
are dynamically loadable software components, allowing experimentations with multiple approaches
or on multiple issues with regard to processing communication flows.
......@@ -70,7 +70,7 @@
reach the optimization goal). Tactics themselves are made of basic
communication flows operations such as packet merging or reordering.
</p>
<p>
The communication library is fully <b>multi-threaded</b> through its close
integration with <a href="../pioman/">PIOMan</a>. It manages
......@@ -78,7 +78,7 @@
multiple threads. Its MPI implementation MadMPI fully supports the
<tt>MPI_THREAD_MULTIPLE</tt> multi-threading level.
</p>
<P>
NewMadeleine is available on various networking technologies:
</p>
......@@ -105,7 +105,7 @@
<a href="https://gitlab.inria.fr/pm2/pm2">PM2 project on INRIA Gitlab</a>.
</p>
</div>
<div class="sec">
<a name="madmpi"></a>
<h1>
......@@ -156,7 +156,6 @@
</p>
</div>
<div class="sec">
<a name="publis"></a>
<h1>
......@@ -170,37 +169,38 @@
<b>&raquo;&nbsp;</b>
<a href="http://pm2.gitlabpages.inria.fr/pm2/nmad/doc/">NewMadeleine documentation</a>
</p>
<p>
<b>&raquo;&nbsp;</b>
<a href="http://pm2.gitlabpages.inria.fr/benchmark/nmad/">Nightly benchmarks</a></li>
</p>
</div>
<div class="sec">
<h1>Benchmarks</h1>
<h2>InfiniBand FDR10</h2>
<img class="graph" src="william0_william1_ibverbs_nmad_lat.png"/>
<img class="graph" src="william0_william1_ibverbs_nmad_bw.png"/>
<h2>InfiniBand QDR</h2>
<img class="graph" src="jack0_jack1_ibverbs_nmad_lat.png"/>
<img class="graph" src="jack0_jack1_ibverbs_nmad_bw.png"/>
<h2>InfiniBand DDR</h2>
<img class="graph" src="joe0_joe1_ibverbs_nmad_lat.png"/>
<img class="graph" src="joe0_joe1_ibverbs_nmad_bw.png"/>
<h2>MadMPI benchmarks</h2>
<ul>
<li><a href="perfs/pingpong.html">PingPong</a></li>
<li><a href="perfs/datatype.html">Derived datatypes</a></li>
<li><a href="perfs/aggreg.html">Aggregation of small messages</a></li>
<li><a href="perfs/extended.html">Extended strategy</a></li>
<li><a href="perfs/imb.html">Intel MPI Benchmarks</a></li>
<li><a href="perfs/netpipe.html">NetPIPE Benchmarks</a></li>
<li><a href="NAS/index.html">NAS Parallel Benchmarks</a></li>
</ul>
<p>
<b>&raquo;&nbsp;</b>
<a href="http://pm2.gitlabpages.inria.fr/benchmark/nmad/">Nightly benchmarks</a>
</p>
<!-- <h2>InfiniBand FDR10</h2> -->
<!-- <img class="graph" src="william0_william1_ibverbs_nmad_lat.png"/> -->
<!-- <img class="graph" src="william0_william1_ibverbs_nmad_bw.png"/> -->
<!-- <h2>InfiniBand QDR</h2> -->
<!-- <img class="graph" src="jack0_jack1_ibverbs_nmad_lat.png"/> -->
<!-- <img class="graph" src="jack0_jack1_ibverbs_nmad_bw.png"/> -->
<!-- <h2>InfiniBand DDR</h2> -->
<!-- <img class="graph" src="joe0_joe1_ibverbs_nmad_lat.png"/> -->
<!-- <img class="graph" src="joe0_joe1_ibverbs_nmad_bw.png"/> -->
<!-- <h2>MadMPI benchmarks</h2> -->
<!-- <ul> -->
<!-- <li><a href="perfs/pingpong.html">PingPong</a></li> -->
<!-- <li><a href="perfs/datatype.html">Derived datatypes</a></li> -->
<!-- <li><a href="perfs/aggreg.html">Aggregation of small messages</a></li> -->
<!-- <li><a href="perfs/extended.html">Extended strategy</a></li> -->
<!-- <li><a href="perfs/imb.html">Intel MPI Benchmarks</a></li> -->
<!-- <li><a href="perfs/netpipe.html">NetPIPE Benchmarks</a></li> -->
<!-- <li><a href="NAS/index.html">NAS Parallel Benchmarks</a></li> -->
<!-- </ul> -->
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment