Skip to content
Snippets Groups Projects
Commit aa1a7b3e authored by Millian Poquet's avatar Millian Poquet
Browse files

artifact guide: checked all md5

parent dde4ff0b
Branches
Tags
No related merge requests found
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
content content
) )
#let filehashes(args) = { #let filehashes(args, ..table-args) = {
set align(center) set align(center)
table( table(..table-args,
columns: (auto, auto), columns: (auto, auto),
align: left, align: left,
table.header( table.header(
...@@ -300,7 +300,7 @@ The expected output data of this section has however been stored on #link(zenodo ...@@ -300,7 +300,7 @@ The expected output data of this section has however been stored on #link(zenodo
//#tododanilo[how to reproduce this experiment?] //#tododanilo[how to reproduce this experiment?]
#fullbox[ #fullbox(footer: [Disk: 82 Mo.])[
#filehashes(( #filehashes((
"fdcc47998a7e998abde325162833b23e", "power_pred_users_allmethods_max.tar.gz", "fdcc47998a7e998abde325162833b23e", "power_pred_users_allmethods_max.tar.gz",
"954f782a75c9a5b21c53a95c0218e220", "power_pred_users_allmethods_mean.tar.gz", "954f782a75c9a5b21c53a95c0218e220", "power_pred_users_allmethods_mean.tar.gz",
...@@ -358,6 +358,7 @@ Required input files. ...@@ -358,6 +358,7 @@ Required input files.
=== Analyze Marconi100 power traces <sec-analyze-m100-power-traces> === Analyze Marconi100 power traces <sec-analyze-m100-power-traces>
The following commands runs a notebook that analyses the node power consumption of the Marconi100 trace. The following commands runs a notebook that analyses the node power consumption of the Marconi100 trace.
The notebook also generates a power model of the Marconi100 nodes, which is required to generate a simulation platform.
Required input files. Required input files.
- `m100-data/22-agg_power_total.csv` (output of @sec-agg-power-traces-per-node). - `m100-data/22-agg_power_total.csv` (output of @sec-agg-power-traces-per-node).
...@@ -371,7 +372,13 @@ Required input files. ...@@ -371,7 +372,13 @@ Required input files.
#filehashes(( #filehashes((
"a2ebebb21586d1adfa63fc917e1517bd", "m100-data/22-powermodel_total.csv", "a2ebebb21586d1adfa63fc917e1517bd", "m100-data/22-powermodel_total.csv",
"9829bb1ebb9ca5811676db3c56b6458c", "notebooks/m100-power-trace-analysis.html" "9829bb1ebb9ca5811676db3c56b6458c", "notebooks/m100-power-trace-analysis.html"
)) ), fill: (x, y) => {
if y == 2 { red.lighten(80%) }
},
)
We could not make HTML notebook binary reproducible despite our best efforts.
Their content should be completely reproducible though.
] ]
== Job scheduling with power prediction <sec-sched> == Job scheduling with power prediction <sec-sched>
...@@ -524,8 +531,16 @@ Required input files. ...@@ -524,8 +531,16 @@ Required input files.
``` ```
#filehashes(( #filehashes((
"1d59a49dd3b1a1e8c10ee01aef11e644", "notebooks/simulation-output-analysis.html", "660144ea7340a7accf4eb8c7c2a7a3fa", "notebooks/fig4-sched-mean-power-distribution.svg",
)) "df07dec01ea5dd176ef406b26638d180", "notebooks/fig5-sched-mtt-diff-distribution.svg",
"e00304f9f2fd1819b72ca8b6b802db9c", "notebooks/simulation-output-analysis.html",
), fill: (x, y) => {
if y == 3 { red.lighten(80%) }
},
)
We could not make HTML notebook binary reproducible despite our best efforts.
Their content should be completely reproducible though.
] ]
#bibliography("artifact-bib.yml") #bibliography("artifact-bib.yml")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment