Hello,
I have a CUDA code that is called from a Qt application. computeprof complains when I don’t have “:/usr/local/cuda/computeprof/bin/” in my LD_LIBRARY_PATH because it cant find libQtAssistantClient,
however, when I add that, and then try to launch my Qt application in computeprof, i get the following:
symbol lookup error: /usr/lib64/qt4/lib64/libQtOpenGL.so.4: undefined symbol: _ZN14QPaintEngineEx15drawRoundedRectERK6QRectFddN2Qt8SizeModeE
So - how can I run a Qt gui app through computeprof?