Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

This is possible, but ressources and runtime are is are  limited. Be friendly to other users and work on the shared compute nodes!

...

The output of salloc shows your job ID. The output of squeue shows the a nodename With squeue you see the node you are going to use. Now login Login with X11-forwarding:

$ ssh -X <nodename>

Load a module file and work interactively as usual. When ready, free the ressources:

$ scancel <jobID>

You may also us srun:

$ srun -v -p large96:shared --pty bash



R packages

List of installed R packages

...