From 104cfb7baaee608f3e92572ef5976e121113534e Mon Sep 17 00:00:00 2001 From: Simon Guilbault Date: Tue, 26 Sep 2023 10:00:58 -0400 Subject: [PATCH] cgexec have been replaced by a bash script in #17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9fb2e..b15e0be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Python 3 with the following modules: If DCGM is installed and running, it will be used instead of NVML. DCGM have more GPU stats compared to NVML. MIG devices are supported -`cgexec` is required to run `nvidia-smi -L` in each cgroup to detect which GPU is allocated to a Slurm job. +`nvidia-smi -L` is run in each cgroup to detect which GPU is allocated to a Slurm job. ## Usage ```