Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Feb 6, 2021
1 parent 690b218 commit 2f1585f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ At the end, after some time using and developing ts, it can do something more:

### Install Task Spooler

To setup Task Spooler with GPU support, one needs to set a `CUDA_HOME` environment variable.
Then, simple run the provided script
Simple run the provided script

```
./install
Expand All @@ -55,12 +54,6 @@ to use CMake, or
```
to use Makefile.

Common problems
* Cannot find CUDA: Did you set a `CUDA_HOME` flag?
* `/usr/bin/ld: cannot find -lnvidia-ml`: This lib lies in `$CUDA_HOME/lib64/stubs`.
Please append this path to `LD_LIBRARY_PATH`.
Sometimes, this problem persists even after adding the lib path.
Then one can add `-L$(CUDA_HOME)/lib64/stubs` to [this line](./Makefile#L29) in the Makefile.

### Uinstall Task Spooler

Expand Down

0 comments on commit 2f1585f

Please sign in to comment.