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

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

  scripts --> job_scheduler
  modules --> scripts
  job_scheduler --> interactive
  interactive -.-> ides
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
IDEs Use an IDE