From 72457433316790974308ac0b5e83c38cb2b21383 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 21 Nov 2018 11:05:57 -0600 Subject: [PATCH] sinfo: add page (#2599) --- pages/linux/sinfo.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/linux/sinfo.md diff --git a/pages/linux/sinfo.md b/pages/linux/sinfo.md new file mode 100644 index 0000000000..1fbaff2ea5 --- /dev/null +++ b/pages/linux/sinfo.md @@ -0,0 +1,23 @@ +# sinfo + +> View information about SLURM nodes and partitions. + +- View info about available partitions: + +`sinfo` + +- View info about a specific partition: + +`sinfo -p {{partition}}` + +- View info about available nodes: + +`sinfo -N` + +- View info about dead nodes: + +`sinfo -d` + +- View info about idle nodes: + +`sinfo -t {{idle}}`