From ff36abefcd1270bd86ddd516f70ccc12c30d62cf Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Nov 2022 17:08:26 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb14a2a..fa9adb1 100644 --- a/README.md +++ b/README.md @@ -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