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
Show more breadcrumbs
PM2
pm2.gitlabpages.inria.fr
Commits
42284061
Commit
42284061
authored
8 months ago
by
Alexandre DENIS
Browse files
Options
Downloads
Patches
Plain Diff
www: add a 'mpi_sync_clocks' section to release page
parent
c298eaac
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1072616
passed
8 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+15
-6
15 additions, 6 deletions
Makefile
public/releases/index.html.in
+7
-1
7 additions, 1 deletion
public/releases/index.html.in
with
22 additions
and
7 deletions
Makefile
+
15
−
6
View file @
42284061
...
@@ -27,22 +27,31 @@ $(strip $(lastword $(sort $(call gen-files,$1))))
...
@@ -27,22 +27,31 @@ $(strip $(lastword $(sort $(call gen-files,$1))))
endef
endef
define
gen-links
define
gen-links
<br> <b>\»\ </b><a href=\"$(release_root)/$(call latest-release,$1)\">Latest release
:
<tt>$(call latest-release
,
$1)</tt></a><br><br><b>
\&
raquo;
\&
nbsp;</b>Release history: <ul> $(foreach f
,
$(call gen-files
,
$1)
,
$(call gen-link
,
$(f))) </ul>
<br> <b>\»\ </b><a href=\"$(release_root)/$(call latest-release,$1)\">Latest release
:
<tt>$(call latest-release
,
$1)</tt></a><br><br><b>
\&
raquo;
\&
nbsp;</b>Release history: <ul> $(foreach f
,
$(call gen-files
,
$1)
,
$(call gen-link
,
$(f))) </ul>
endef
endef
SUBSTRING
+=
s,@pm2_RELEASE_STRING@,
$(
call gen-links,pm2
)
,g
;
SUBSTRING
+=
s,@mpibenchmark_RELEASE_STRING@,
$(
call gen-links,mpibenchmark
)
,g
;
SUBSTRING
+=
s,@mpi_sync_clocks_RELEASE_STRING@,
$(
call gen-links,mpi_sync_clocks
)
,g
;
SUBSTRING
+=
s,@bench_nbc_RELEASE_STRING@,
$(
call gen-links,bench_nbc
)
,g
;
SUBSTRING
+=
s,@marcel_RELEASE_STRING@,
$(
call gen-links,marcel
)
,g
;
SUBSTRING
+=
s,@pthreadmicro_RELEASE_STRING@,
$(
call gen-links,pthreadmicro
)
,g
;
SUBSTRING
+=
s,@tbx_RELEASE_STRING@,
$(
call gen-links,tbx
)
,g
;
SUBSTRING
+=
s,@RELEASE@,
$(
pm2_RELEASE
)
,g
debug
:
@
echo
'SUBSTRING = "
$(
SUBSTRING
)
"'
show
:
show
:
@
echo
"pm2_FILES =
$(
pm2_FILES
)
"
@
echo
"pm2_FILES =
$(
pm2_FILES
)
"
@
echo
"pm2_LATEST =
$(
pm2_LATEST
)
"
@
echo
"pm2_LATEST =
$(
pm2_LATEST
)
"
@
echo
"pm2_RELEASE =
$(
pm2_RELEASE
)
"
@
echo
"pm2_RELEASE =
$(
pm2_RELEASE
)
"
@
echo
@
echo
SUBSTRING
:=
"s,@pm2_RELEASE_STRING@,
$(
call gen-links,pm2
)
,g;s,@mpibenchmark_RELEASE_STRING@,
$(
call gen-links,mpibenchmark
)
,g;s,@bench_nbc_RELEASE_STRING@,
$(
call gen-links,bench_nbc
)
,g;s,@marcel_RELEASE_STRING@,
$(
call gen-links,marcel
)
,g;s,@pthreadmicro_RELEASE_STRING@,
$(
call gen-links,pthreadmicro
)
,g;s,@tbx_RELEASE_STRING@,
$(
call gen-links,tbx
)
,g;s,@RELEASE@,
$(
pm2_RELEASE
)
,g"
public/releases/index.html
:
public/releases/index.html.in $(wildcard public/releases/*.tar.gz)
public/releases/index.html
:
public/releases/index.html.in $(wildcard public/releases/*.tar.gz)
sed
-e
$(
SUBSTRING
)
\
sed
-e
"
$(
SUBSTRING
)
"
\
public/releases/index.html.in
>
public/releases/index.html
public/releases/index.html.in
>
public/releases/index.html
public/%/index.html
:
public/%/index.html.in $(pm2_LATEST)
public/%/index.html
:
public/%/index.html.in $(pm2_LATEST)
sed
-e
$(
SUBSTRING
)
public/
$*
/index.html.in
>
public/
$*
/index.html
sed
-e
"
$(
SUBSTRING
)
"
public/
$*
/index.html.in
>
public/
$*
/index.html
This diff is collapsed.
Click to expand it.
public/releases/index.html.in
+
7
−
1
View file @
42284061
...
@@ -66,6 +66,12 @@
...
@@ -66,6 +66,12 @@
<p>
<p>
@mpibenchmark_RELEASE_STRING@
@mpibenchmark_RELEASE_STRING@
</p>
</p>
<h2>
MPI Sync Clocks (mpi_sync_clocks)
</h2>
<p>
@mpi_sync_clocks_RELEASE_STRING@
</p>
<h2>
BenchNBC
</h2>
<h2>
BenchNBC
</h2>
<p>
<p>
@bench_nbc_RELEASE_STRING@
@bench_nbc_RELEASE_STRING@
...
@@ -75,7 +81,7 @@
...
@@ -75,7 +81,7 @@
<div
class=
"sec"
>
<div
class=
"sec"
>
<a
name=
"legacy"
></a>
<a
name=
"legacy"
></a>
<h1>
<h1>
Legacy
modules
Obsolete
modules
</h1>
</h1>
<h2>
Marcel
</h2>
<h2>
Marcel
</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