Skip to content

Doing real work

Here we start doing real work: setting Rackham to work!

The session on the job scheduler is considered so important to us, that there will be a full day dedicated to it. Today, however, we will use it minimally.

flowchart TD

  classDef maybe_not_node stroke-dasharray: 5 5

  modules[Using pre-installed software: modules]
  scripts[Create a script]
  interactive[Starting an interactive session]
  job_scheduler[Job scheduler]

  modules --> scripts
  scripts --> job_scheduler
  job_scheduler --> interactive
Link Description
Modules Find and load software modules
Scripts Create scripts
Job scheduler Send jobs to the scheduler
Starting an interactive session Starting an interactive session