From 77c5bdd9b0674f9c6d0e67213c4baca7a071e516 Mon Sep 17 00:00:00 2001 From: Jussi Enkovaara Date: Wed, 22 May 2024 16:05:45 +0300 Subject: [PATCH] Update paths to Intel material --- advisor/README.md | 6 +++--- vtune/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/advisor/README.md b/advisor/README.md index 684c140..4cc4f03 100644 --- a/advisor/README.md +++ b/advisor/README.md @@ -1,11 +1,11 @@ # Using Intel Advisor The material for this exercise can be found in CSC supercomputers in -the directory `/scratch/project_2000745/node-level-optimization`. You +the zip-package `/scratch/project_2010371/Advisor_Vectorization_VTune_Lab.zip`. You can extract the material with ``` -tar -xzf /scratch/project_2000745/node-level-optimization/advisor-exercises.tar.gz +unzip /scratch/project_2010371/Advisor_Vectorization_VTune_Lab.zip ``` -The instructions for the exercise are in the document `04_Advisor_Lab.pdf`, +The instructions for the exercise are in the document `Vectorization_Lab.pdf`, the supercomputers have `evince` pdf-reader program. diff --git a/vtune/README.md b/vtune/README.md index 6bfacee..448bb1d 100644 --- a/vtune/README.md +++ b/vtune/README.md @@ -1,11 +1,11 @@ # Using Intel VTune The material for this exercise can be found in CSC supercomputers in -the directory `/scratch/project_2000745/node-level-optimization`. You +the zip-package `/scratch/project_2010371/Advisor_Vectorization_VTune_Lab.zip`. You can extract the material with ``` -tar -xzf /scratch/project_2000745/node-level-optimization/vtune-exercises.tar.gz +unzip /scratch/project_2010371/Advisor_Vectorization_VTune_Lab.zip ``` -The instructions for the exercise are in the document `VTune_Lab.pdf`, +The instructions for the exercise are in the document `Vectorization_Lab.pdf`, the supercomputers have `evince` pdf-reader program.