Skip to content

Commit ccd6dd3

Browse files
author
Ben Wooding
committed
Repeatability Evaluation Instructions
1 parent ee91820 commit ccd6dd3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Artifact-Evaluation-Instructions.pdf

181 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ A Youtube video explaining the configuration files can be found [here](https://w
1414

1515
A Youtube video explaining the Makefile setup can be found [here](https://www.youtube.com/watch?v=6kzuQC_X9WQ&list=PL50OJg3FHS4fBxhua92ZS3e6bxEnFaetL&index=2&ab_channel=Kiguli).
1616

17+
## Artifact Evaluation Repeatability Committee
18+
19+
If you are on the artifact evaluation repeatability committee, we have provided some instructions of how to reproduce the results of our paper in the document [Artifact-Evaluation-Instructions.pdf](./Artifact-Evaluation-Instructions).
20+
1721
## Table of Contents
1822
- [Related Paper](#related-paper)
1923
- [Installation](#installation)

install_ubuntu22.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
apt-get install unzip
4+
apt-get install tar
5+
36
# Unzip the other libraries and remove the zip files
47
unzip AdaptiveCpp-develop.zip
58
tar -xf armadillo-12.6.4.tar.xz

0 commit comments

Comments
 (0)