-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |