HPC in a day

Running Parallel Tasks

Overview

Teaching: min
Exercises: min
Questions
  • How can you run many jobs at once?

Objectives

Describe how to submit parallel tasks (and why), e.g. running multiple jobs on a given data set (1 job per file)

Exercise: submit parallel jobs using the shell script (without a for loop) from the shell section

Exercise: PI estimation example

Key Points