High Performance Computing How-To

Download the lecture pdf or view it online

This talk discusses how HPC is used and how it is different from typical interactive programs. I discuss job descriptions and scheduling. It also includes two entry level hands on examples. One, in Python, simple divides up work and the other, in Java, uses many cores at once to compute even faster.