Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 496 Bytes

lesson-outline.md

File metadata and controls

15 lines (12 loc) · 496 Bytes
layout title
page
HPC Carpentry Lesson Outline

UNIX fundamentals on HPC installations

  • SSH to a cluster
  • Bash fundamentals (cd, ls, ..., aliases, functions, ~/.bashrc)
  • Transferring files (scp? sftp? Maybe only one?), maybe adapt 15-transferring-files.md
  • Working with the environment (showing the power of changing PATH)
  • Introducing modules or similar