Difference between revisions of "HPC Video Lectures 2016"

From HPC users
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* [[:Media:SSHConfig.mp4|SSH Keys]] - How to create ''SSH keys' to make the login more convenient by skipping the password request.
* [[:Media:SSHConfig.mp4|SSH Keys]] - How to create ''SSH keys' to make the login more convenient by skipping the password request.
* [[:Media:SCP.mp4|SCP - File transfer ]] How to copy files from your local machines to the cluster.
* [[:Media:SCP.mp4|SCP - File transfer ]] How to copy files from your local machines to the cluster.
== Jobs Scheduler ==
* [[:Media:Slurm-InfoCmds.mp4|Getting Information from SLURM]] How to find out more about your SLURM jobs with three crucial commands: ''sinfo'', ''squeue'', & ''sacct''
* [[:Media:SbatchCmd.webm| Job Sripts + Sbatch  ]] How to write job scripts and send them via sbatch to the job scheduler
* [[:Media:SbatchCmd.webm| Job Sripts + Sbatch  ]] How to write job scripts and send them via sbatch to the job scheduler


 
== Parallel Programming with MPI ==
 
 
== Cluster Usage ==
 
 
* [[:Media:MPI_HelloWorld.mp4|MPI - "Hello World"]] - How to create a simple MPI program.
* [[:Media:MPI_HelloWorld.mp4|MPI - "Hello World"]] - How to create a simple MPI program.
* [[:Media:MPI-SlurmJobScheduler.mp4|MPI - SLURM Job Scheduler]] - How to send (not only) MPI programs to compute nodes.
* [[:Media:MPI-SlurmJobScheduler.mp4|MPI - SLURM Job Scheduler]] - How to send (not only) MPI programs to compute nodes.
* [[:Media:Slurm-InfoCmds.mp4|Getting Information from SLURM]] How to find out more about your SLURM jobs with three crucial commands: ''sinfo'', ''squeue'', & ''sacct''

Latest revision as of 09:50, 26 April 2021

Introduction

The HPC support team continually tries to make the usage of CARL and EDDY more accessible for each and every user. At times, this can be quite difficult, given the fact that the Linux command line naturally focuses on more tech-savvy target groups. With this collection of short video tutorials, we would like to extend our service range by an additional component: short video tutorials. Through this, we hope that we can make cluster usage a bit more approachable.

Linux Basics & HPC Access

  • Start with SSH - How to login to the cluster using an SSH connection.
  • SSH Keys - How to create SSH keys' to make the login more convenient by skipping the password request.
  • SCP - File transfer How to copy files from your local machines to the cluster.

Jobs Scheduler

Parallel Programming with MPI