Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pm2.gitlabpages.inria.fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
PM2
pm2.gitlabpages.inria.fr
Commits
36130941
Commit
36130941
authored
7 months ago
by
Alexandre DENIS
Browse files
Options
Downloads
Patches
Plain Diff
www: add mpi_sync_clocks
parent
f255c65b
No related branches found
No related tags found
No related merge requests found
Pipeline
#1072466
passed
7 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+22
-1
22 additions, 1 deletion
public/index.html
with
22 additions
and
1 deletion
public/index.html
+
22
−
1
View file @
36130941
...
@@ -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>
»
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment