Opened 15 years ago

Closed 15 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 Nicolas)

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)

boinc-cuda.patch (409 bytes) - added by mjakubicek 15 years ago.
Proposed patch

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by mjakubicek

Attachment: boinc-cuda.patch added

Proposed patch

comment:1 Changed 15 years ago by Nicolas

Component: Client - BuildClient - Daemon
Description: modified (diff)
Owner: changed from romw to davea

comment:2 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [17648]) - client (linux): if don't find libcudart.so in the current dir,

look for it in the library search path. Fixes #863

comment:3 Changed 15 years ago by romw

(In [17670]) - client (linux): if don't find libcudart.so in the current dir,

look for it in the library search path. Fixes #863

lib/

coproc.cpp

comment:4 Changed 15 years ago by mjakubicek

Resolution: fixed
Status: closedreopened
Version: 6.4.76.6.37

Please fix this also in the 6.6 branch, thanks in advance.

comment:5 Changed 15 years ago by Ageless

Also in the 6.6a branch. See [17670]

comment:6 Changed 15 years ago by mjakubicek

Confirm, thanks for pointing to the 6.6a branch, please close this again anyone with appropriate rights.

comment:7 Changed 15 years ago by Ageless

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.