Difference between revisions of "HPC Video Lectures 2016"

From HPC users
Jump to navigationJump to search
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 very tech-savvy target groups. 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 ==


* [[:Media:SSH-Login_to_HPC_Cluster.mp4|SSH - Login to the Cluster]]
* [[:Media:SSH-Login_to_HPC_Cluster.mp4|Start with SSH]] - How to login to the cluster using an SSH connection.
* [[:Media:SSHConfig.mp4|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|Copy files from local machines to HPC]]
* [[:Media:SCP.mp4|SCP - File transfer ]] How to copy files from your local machines to the cluster.


== Cluster Usage ==
== Cluster Usage ==




* [[:Media:MPI_HelloWorld.mp4|MPI - "Hello World"]]
* [[:Media:MPI_HelloWorld.mp4|MPI - "Hello World"]] - How to create a simple MPI program.
* [[:Media:MPI-SlurmJobScheduler.mp4|MPI - SLURM Job Scheduler]]
* [[: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: sinfo, squeue, & sacct]]
* [[:Media:Slurm-InfoCmds.mp4|Getting Information from SLURM]] How to find out more about your SLURM jobs with three crucial commands: ''sinfo'', ''squeue'', & ''sacct''

Revision as of 15:42, 8 December 2020

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.

Cluster Usage