# Instructions on how to use slurm run

- to excute: sbatch sbatch_run
- you may have to change it to excutable: `chmod +x`
- outputs are at: /app/suno/slurm/logs/
- kill the job: `scancel jobid`
- to resever a node for exps: `sudo scontrol update nodename=NODENAME state=drain reason=testing_notbug_non_slurm_tony`
- to bring the node back: `sudo scontrol update nodename=NODENAME state=idle`