Open main menu

Humanoid Robots Wiki β

Changes

K-Scale Cluster

216 bytes added, 25 May
SLURM Commands
<syntaxhighlight lang="bash">
$ sbatch --gpus 16 test.sh
Submitted batch job 461
</syntaxhighlight>
 
We can specify <code>sbatch</code> options inside our shell script instead using the following syntax:
 
<syntaxhighlight lang="bash">
#!/bin/bash
#SBATCH --gpus 16
 
echo "Hello, world!"
</syntaxhighlight>
431
edits