Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 598 Bytes

File metadata and controls

21 lines (16 loc) · 598 Bytes

Practical exercise 0: First use of HPC machine, Hello World!

In this practical exercise you will:

  • Access {{ machine_name }} using SSH.
  • Become familiar with linux and the command line.
  • Compile the provided code example.
  • Submit a program to run using the batch system.
  • Understand the difference between message passing and threading in relation to the hardware of a super computer.

The focus of this exercise will be to run a series of hello world programs that help to illustrate how parallelism works on a supercomputer.

---
maxdepth: 2
---
part1
part2