From 9cd9ff9d9507d64a15db070c15d87b70c494c1ab Mon Sep 17 00:00:00 2001 From: Quentin Anthony Date: Mon, 2 Oct 2023 18:45:23 -0400 Subject: [PATCH] Add blurb to bash tools README --- tools/bash/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bash/README.md b/tools/bash/README.md index df4145125..5b7ed897c 100644 --- a/tools/bash/README.md +++ b/tools/bash/README.md @@ -1,4 +1,5 @@ # Bash Scripts +Useful for running distributed per-node scripts on e.g. Kubernetes * `kill.sh` kills all python processes * `killall.sh` uses pdsh to kill all `train.py` processes on the nodes listed in `/job/hosts/`