Page 1 of 1

Installing project with cuda 7

Posted: Thu Feb 16, 2017 9:26 am
by joanorrit
Hello community,
I'm trying to install the project campaign-1.0, that contains the algorithms of clustering like k-mean, k-centers and others parallelized with cuda. I'm trying to install the project with cuda 7 and I'm having a lot of problems. Is it possible to install it with cuda 7? I should have an old cuda version?
I follow all the steps in the readme. When I try to do the make, the compoiler can't find libraries cutil.h and cutil-inline.h. If I'm not wrong, this libraries doesn't exist at cuda 7 (in an older versions neither). I tried to non include this libraries, because I think that the program could work without it, and I tried to erase also the calls to functions of those libraries. But it seams that the problems persist with other calls.
Has somebody any idea for how I could install it?
Thank you!

Re: Installing project with cuda 7

Posted: Mon Sep 11, 2017 3:29 am
by gonen.raveh
Hi There

Having the same problem with cuda-8.0

Gonen