1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-25 17:44:23 +00:00

Update README.md

This commit is contained in:
Steffo 2022-11-28 17:08:26 +01:00 committed by GitHub
parent 72d867c287
commit ff36abefcd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,18 +44,18 @@ To reproduce the obtained results:
$ git clone https://github.com/Steffo99/unimore-hpc-assignments
```
2. Access our group's assigned folder:
```console
$ cd unimore-hpc-1/OpenMP/linear-algebra/kernels/atax
```
3. Checkout the exact commit the tests were executed on:
2. Checkout the exact commit the tests were executed on:
```console
$ git checkout TBD
```
3. Access our group's assigned folder:
```console
$ cd unimore-hpc-assignments/atax
```
4. Run the benchmarking script:
```console