ClassQuiz
Play
Explore
Search
Docs
GitHub
Register
Log in
Donate
❤️
ClassQuiz
Play
HPC Training post-test
The highest scorer will get a prize!!
Made by
@eppinuela
0
0
11
23
Practice
Download
Report
What command lists files in a directory
1: What command lists files in a directory
20s
cd
ls
list
mkdir
Which command goes directly to your home directory?
2: Which command goes directly to your home directory?
20s
cd ..
cd ~
cd /home
cd /
What command runs a script directly on your terminal?
3: What command runs a script directly on your terminal?
20s
sbatch script.sh
srun script.sh
run script.sh
bash script.sh
What shortcut is used to check your previous command?
4: What shortcut is used to check your previous command?
20s
Up arrow key
Tab key
Ctrl + C key
Ctrl + X key
Arrange the script workflow from top to bottom(Start to end)
5: Arrange the script workflow from top to bottom(Start to end)
30s
nano script.sh
chmod +x script.sh
bash script.sh
What is a job in HPC?
6: What is a job in HPC?
20s
A script submitted to the system
A file that you can copy or move
Type of employment to get paid
A command to direct SLURM
Where should heavy computations run?
7: Where should heavy computations run?
20s
Login node
Compute node
Local computer
Track and Field
What does SLURM do?
8: What does SLURM do?
20s
Manage job scheduling and resources
Absolutely NOTHING, purely aesthetic
Runs your script
Install operating systems
You typed
squeue
and your job is gone. What most likely happened?
9: You typed
squeue
and your job is gone. What most likely happened?
20s
The job is on queue
The job finished successfully
The job is still running
The command probably has a typo
What command is used to submit a job?
10: What command is used to submit a job?
25s
sbatch
What SLURM command is used to stop an ongoing job
11: What SLURM command is used to stop an ongoing job
25s
scancel
Which is considered a good HPC practice?
12: Which is considered a good HPC practice?
20s
Using random filenames like "final_final_v2_real.sh"
Leaving jobs running forever
Run your scripts from the home directory
Organizing files into directories
Which part of the training was MOST useful to you?
13: Which part of the training was MOST useful to you?
20s
SLURM Jobs
Apptainer / Containers
Using Saliksik HPC
Linux Essentials
Slide
14: Slide
120s