Skip to content

Commit

Permalink
add details about set 3 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 19, 2024
1 parent d523879 commit b5ee86f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ same structure as the figure in the paper, `results/macro-table.pdf`.

From the local machine, copy the results off the cloudlab instance. On Linux you can use something like the following:

```sh
```shell
scp '<username>@<node>.cloudlab.us:/mydata/verus-sosp24-artifact/macro-stats/results/results.json' .
scp '<username>@<node>.cloudlab.us:/mydata/verus-sosp24-artifact/macro-stats/results/macro-table.pdf' .
```


## Set 2

### Claims
Expand Down Expand Up @@ -149,13 +150,14 @@ performance and scaling behavior (throughput).

Start a Linux x86_64 machine, with at least 2 NUMA nodes, and Ubuntu 22.04. **We recommend CloudLab r650.**

If you run on CloudLab, you can follow the instructions that follow. If you start a different machine or VM, the only requirement
to follow the same instructions is that `/mydata` is a directory on a mount with at least 50GB of free space.
Note that the commands and scripts in the following will manipulate the permissions of `/mydata`.

#### 1. Installing Dependencies

The following instructions will install all dependencies required to build and run the benchmarks.

Base Image: `Ubuntu 22.04 LTS.`


```shell
sudo apt-get update
sudo apt-get install -y curl wget liburcu-dev libhwloc-dev python3-venv texlive-xetex texlive-fonts-extra pkg-config clang make g++
Expand Down

0 comments on commit b5ee86f

Please sign in to comment.