mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 01:54:22 +00:00
Update README.md
This commit is contained in:
parent
72d867c287
commit
ff36abefcd
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -44,18 +44,18 @@ To reproduce the obtained results:
|
||||||
$ git clone https://github.com/Steffo99/unimore-hpc-assignments
|
$ git clone https://github.com/Steffo99/unimore-hpc-assignments
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Access our group's assigned folder:
|
2. Checkout the exact commit the tests were executed on:
|
||||||
|
|
||||||
```console
|
|
||||||
$ cd unimore-hpc-1/OpenMP/linear-algebra/kernels/atax
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Checkout the exact commit the tests were executed on:
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ git checkout TBD
|
$ git checkout TBD
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3. Access our group's assigned folder:
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ cd unimore-hpc-assignments/atax
|
||||||
|
```
|
||||||
|
|
||||||
4. Run the benchmarking script:
|
4. Run the benchmarking script:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue