Opened 16 years ago
Last modified 15 years ago
#863 closed Defect
look for libcudart.so in standard paths — at Version 1
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 dlopen
ed as "./libcudart.so"
, which prevents searching standard path like /usr/lib[64]
for it. Removing the "./" prefix solves the problem, see the attached patch.
Change History (2)
Changed 16 years ago by
Attachment: | boinc-cuda.patch added |
---|
comment:1 Changed 16 years ago by
Component: | Client - Build → Client - Daemon |
---|---|
Description: | modified (diff) |
Owner: | changed from romw to davea |
Note: See
TracTickets for help on using
tickets.
Proposed patch