[ARVADOS] updated: 2.1.0-1820-gd75310b34

Git user git at public.arvados.org
Mon Jan 10 22:00:08 UTC 2022


Summary of changes:
 lib/crunchrun/cuda.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  d75310b342941005e469c6d087fe368dd03e268e (commit)
      from  5e06ca0b451f36be33396f8e83bdaa4f9d6f74bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d75310b342941005e469c6d087fe368dd03e268e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jan 10 16:59:51 2022 -0500

    12630: Log command line
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/crunchrun/cuda.go b/lib/crunchrun/cuda.go
index 6efc689ba..c693dbcb9 100644
--- a/lib/crunchrun/cuda.go
+++ b/lib/crunchrun/cuda.go
@@ -42,7 +42,7 @@ func nvidiaModprobe(writer *ThrottledLogger) {
 	nvidiaSmi.Stderr = writer
 	err := nvidiaSmi.Run()
 	if err != nil {
-		writer.Printf("Warning - nvidia-smi: %v", err)
+		writer.Printf("Warning %v: %v", nvidiaSmi.Args, err)
 	}
 
 	// Load the kernel modules & devices associated with
@@ -63,7 +63,7 @@ func nvidiaModprobe(writer *ThrottledLogger) {
 		nvmodprobe.Stderr = writer
 		err = nvmodprobe.Run()
 		if err != nil {
-			writer.Printf("Warning: nvidia-modprobe: %v", err)
+			writer.Printf("Warning %v: %v", nvmodprobe.Args, err)
 		}
 	}
 }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list