Use the tarball with exercises
Goal
You can run the example files needed for the exercises
If any, you are able to navigate to the project folder
If needed, you are able to create a subfolder in the project folder
A tarball is a file that contains multiple files, similar to a zip file. To use the files it contains, it needs to be untarred/unzipped/uncompressed first.
Procedure
Prefer a video?
HPC cluster |
Link to YouTube video |
---|---|
Alvis |
|
Bianca |
|
COSMOS |
|
Dardel |
|
Kebnekaise |
|
LUMI |
|
Rackham |
|
Tetralith |
Below are the steps to download and extract the files needed for exercises in the course.
Step 2/6: if there is a project folder, create a folder for yourself
This step only applies if your HPC cluster uses a project folder. Skip this step if your HPC cluster does not use project folders.
In the project folder of this course, create a folder for yourself.
For example, if your name is Sven, create a folder called sven
Answer
In the terminal, type the following command:
mkdir sven
Step 4/6: get the tarball
In the terminal, in your personal folder, type the following command:
wget https://github.com/UPPMAX/HPC-python/raw/refs/heads/main/exercises.tar.gz
Step 5/6: Uncompress the tarball
In the terminal, in your personal folder, type the following command:
tar -xvzf exercises.tar.gz