Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 481 Bytes

lesson-outline.md

File metadata and controls

13 lines (10 loc) · 481 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