Category Archives: Uncategorized

Slurm

ジョブの実行方法(SLURMコマンド編)

4.2.ジョブの実行方法(SLURMコマンド編)

SLURMのオプション一覧

https://www.media.hiroshima-u.ac.jp/services/hpc/slurm_spec

cancel all the SLURM jobs from shell command output by a user

https://unix.stackexchange.com/questions/417426/best-way-to-cancel-all-the-slurm-jobs-from-shell-command-output

squeue -u htanimur | awk '{print $1}' | xargs -n 1 scancel