Difference between revisions of "HPC Video Lectures 2016"

From HPC users
Jump to navigationJump to search
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= This page is a work in progress! =
= Introduction =
= 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 more on a tech-savvy target group. With this collection of short video tutorials, we would like to extend our service range by an additional component. Through this, we hope that we can make cluster usage a little bit more approachable.
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 ==
== Linux Basics & HPC Access ==


* SSH Login to Cluster
* [[:Media:SSH-Login_to_HPC_Cluster.mp4|Start with SSH]] - How to login to the cluster using an SSH connection.
* SSH Keys
* [[: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.
== Cluster Usage ==


== 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


* MPI - "Hello World"
== Parallel Programming with MPI ==
* MPI - SLURM Job Scheduler
* [[:Media:MPI_HelloWorld.mp4|MPI - "Hello World"]] - How to create a simple MPI program.
* SLURM InfoCmds
* [[:Media:MPI-SlurmJobScheduler.mp4|MPI - SLURM Job Scheduler]] - How to send (not only) MPI programs to compute nodes.

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