You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,12 @@ To clean, run:
118
118
$ make nvml-clean
119
119
```
120
120
121
-
Or you can also directly use the original scripts they provided under `pmtest/nvml/`. For more information, please refer to `pmtest/nvml/README.md`.
121
+
For convenience, you may want to install the shared libraries, run:
122
+
```
123
+
$ sudo make nvml-install
124
+
```
125
+
126
+
Or you can also directly use the original scripts and Makefile they provided under `pmtest/nvml/`. For more information, please refer to `pmtest/nvml/README.md`.
0 commit comments