Introduction to High-Performance Computing

Be a responsible cluster user

Overview

Teaching: 10 min
Exercises: 5 min
Questions
  • How can I be a responsible cluster user?

Objectives
  • Be a good person and be nice to other users.

You now have everything you need to run jobs, transfer files, use/install software, and monitor how many resources your jobs are using.

So here are a couple final words to live by:

Be kind to the login node

Login Node Etiquette

Which of these commands would probably be okay to run on the login node? python physics_sim.py make create_directories.sh molecular_dynamics_2 tar -xzf R-3.3.0.tar.gz

Test before scaling

Have a backup plan

Save time

Software tips

Key Points