Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Thaodan/nvml_fix into master
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
CFSworks committed Aug 25, 2013
2 parents fa3058e + 2822c6f commit 1bd2aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS =
TARGET_VER = 319.32# just set to a valid ver eg. one of: 325.08 319.32 319.23
TARGET_VER = 325.15# just set to a valid ver eg. one of: 325.08 325.15 319.32 319.23
TARGET = libnvidia-ml.so.1
DESTDIR = /
PREFIX = $(DESTDIR)usr/local
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -24,8 +24,7 @@ How to use
The makefile can be used to build shims for a given NVML version with `make TARGET_VER=325.08` - currently supported versions are:
325.08, 319.32, 319.23
To install, delete the `libnvidia-ml.so.1` symlink currently in your
`/usr/lib` and copy the built `libnvidia-ml.so.1` in its place.
Alternatively, run `make install TARGET_VER=325.08 PREFIX=/usr`.
`/usr/lib` and run `make install PREFIX=/usr`. Currently valid versions are: 325.15, 325.08, 319.32 and 319.23.

If you are on a 64-bit system, you can build 32-bit versions with `make CFLAGS=-m32`.

Expand Down

0 comments on commit 1bd2aec

Please sign in to comment.