Difference between revisions of "HPC Video Lectures 2016"

From HPC users
Jump to navigationJump to search
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: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


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

Revision as of 09:49, 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

Cluster Usage