From f41569c0c31538473625173034caaf10a9855a93 Mon Sep 17 00:00:00 2001 From: h-takano Date: Mon, 1 Oct 2018 11:23:36 +0900 Subject: [PATCH] Modified nvidia_gpu_by_user plugin's usage --- plugins/gpu/nvidia_gpu_by_user | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/gpu/nvidia_gpu_by_user b/plugins/gpu/nvidia_gpu_by_user index c056fcd2..41dc8a62 100755 --- a/plugins/gpu/nvidia_gpu_by_user +++ b/plugins/gpu/nvidia_gpu_by_user @@ -17,13 +17,14 @@ Add this to node configuration file: =head1 USAGE +If env.gpuusers is set, graph always shows listed users +(root, user1, user2 in example below) whether using GPU or not. +Otherwise, graph shows users that are using the GPU right now only. + Example: [nvidia_gpu_by_user] env.smiexec /path/to/nvidia-smi - env.gpuusers root hideki - -If env.gpuusers is set, graph always shows listed users. -Otherwise graph shows users that have been using GPUs only. + env.gpuusers root user1 user2 =head1 AUTHOR