Opened 17 years ago
Closed 16 years ago
#863 closed Defect (fixed)
look for libcudart.so in standard paths
| Reported by: | mjakubicek | Owned by: | davea |
|---|---|---|---|
| Priority: | Undetermined | Milestone: | 6.6 |
| Component: | Client - Daemon | Version: | 6.6.37 |
| Keywords: | Cc: | mjakubicek |
Description (last modified by )
Currently, libcudart.so is dlopened as "./libcudart.so", which prevents searching standard path like /usr/lib[64] for it. Removing the "./" prefix solves the problem, see the attached patch.
Attachments (1)
Change History (8)
Changed 17 years ago by
| Attachment: | boinc-cuda.patch added |
|---|
comment:1 Changed 17 years ago by
| Component: | Client - Build → Client - Daemon |
|---|---|
| Description: | modified (diff) |
| Owner: | changed from romw to davea |
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 17 years ago by
comment:4 Changed 16 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
| Version: | 6.4.7 → 6.6.37 |
Please fix this also in the 6.6 branch, thanks in advance.
comment:6 Changed 16 years ago by
Confirm, thanks for pointing to the 6.6a branch, please close this again anyone with appropriate rights.
comment:7 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |

Proposed patch