Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Lessons Summary

Lesson 1: Getting Started You built a mental model for what an HPC cluster is made of - login nodes, a scheduler, compute nodes, and shared storage.

Lesson 2: Data Management You moved data on and off the cluster with rsync, scp, and sftp.

You learned which storage each kind of file belongs in:

The organizing question throughout was how long the data needs to live.

Lesson 3: Errors and Monitoring You saw which commands to use to watch jobs while they ran with squeue, scontrol, and nvidia-smi.

Lesson 4: Building Workflows You turned a multi-step pipeline into a workflow.

Lesson 5 (Bonus): Reproducibility You pinned the environment, moved settings into a committed config file with CLI overrides, recorded a manifest of exactly which inputs a run consumed.

Together these lessons take one project - the SWOT Confluence river-discharge model - from a first login all the way to a parallel, multi-stage workflow that survives preemption and can still be explained a year later.

The goal is a set of patterns you can carry to your own work, not a list of SLURM flags to memorize.

Key takeaways

References

Both reference lists for this series live in the Appendix:

Where to go next