We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef02bb4 commit 5950bfeCopy full SHA for 5950bfe
gpus.go
@@ -47,8 +47,7 @@ func ParseOtherGPUs() float64 {
47
48
func ParseTotalGPUs() float64 {
49
args := []string{"-h", "-o \"%n %G\""}
50
- output := Execute("sinfo", args)
51
- log.Fatal(output)
+ output := string(Execute("sinfo", args))
52
53
return 10.0 // TODO Implement
54
}
0 commit comments