Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From Albedo's login node:

...

Code Block
languagebash
salloc --account=<your_account> --time=<HH:MM:SS> --qos=<QOS> --nodes=<#Nodes> <other_options...>

To understand which options you need to specify please refer to the the Jobs section on Albedo-Slurm and the SLURM user guide.

...

Code Block
languagebash
module load analysis-toolbox

...


R

The R command line will open and you can start using R from there.

...

To create an R kernel for your own instance of Jupyter load the R module:

Code Block
languagebash
module load r

...