Skip to content

Doing real work

Here we start doing real work: setting Pelle 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

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

  modules --> scripts
  scripts --> job_scheduler
  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 Starting an IDE