From aa1a7b3ee24a4d51d2f467a8f8ea02c98183c87d Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@irit.fr> Date: Fri, 10 May 2024 15:12:14 +0200 Subject: [PATCH] artifact guide: checked all md5 --- artifact-overview.typ | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/artifact-overview.typ b/artifact-overview.typ index c186f69..2e5afa3 100644 --- a/artifact-overview.typ +++ b/artifact-overview.typ @@ -35,9 +35,9 @@ content ) -#let filehashes(args) = { +#let filehashes(args, ..table-args) = { set align(center) - table( + table(..table-args, columns: (auto, auto), align: left, table.header( @@ -300,7 +300,7 @@ The expected output data of this section has however been stored on #link(zenodo //#tododanilo[how to reproduce this experiment?] -#fullbox[ +#fullbox(footer: [Disk: 82 Mo.])[ #filehashes(( "fdcc47998a7e998abde325162833b23e", "power_pred_users_allmethods_max.tar.gz", "954f782a75c9a5b21c53a95c0218e220", "power_pred_users_allmethods_mean.tar.gz", @@ -358,6 +358,7 @@ Required input files. === 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 notebook also generates a power model of the Marconi100 nodes, which is required to generate a simulation platform. Required input files. - `m100-data/22-agg_power_total.csv` (output of @sec-agg-power-traces-per-node). @@ -371,7 +372,13 @@ Required input files. #filehashes(( "a2ebebb21586d1adfa63fc917e1517bd", "m100-data/22-powermodel_total.csv", "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> @@ -524,8 +531,16 @@ Required input files. ``` #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") -- GitLab