Skip to content

Commit

Permalink
Fix LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed May 6, 2022
1 parent 6effaec commit 213d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ make install

3. Set an environmental variable
```
export LD_PRELOAD=/path/to/install/CULiP/lib/libculip_cublas.so
export LD_PRELOAD=/path/to/install/CULiP/lib/libculip_cublas.so:$LD_PRELOAD
```

4. Execute the application
Expand Down

0 comments on commit 213d264

Please sign in to comment.