Versions Compared

Key

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

...

Allocate a node with e.g. GPU on Ibex (assuming you are on glogin vscode.ibex.kaust.edu.sa node):

Code Block
srun --gpus=1 --time=01:00:00 --pty bash
echo $(/bin/hostname)

...