You are not logged in.

#1 2013-01-30 19:26:03

nwhsvc
Member
Registered: 2012-03-23
Posts: 7

any CUDA developers out there?

Hello All,

I am working on a CUDA program to accelerate simulations for
radiation therapy.  I am also an Arch Linux user.  Things
generally work quite well thanks to the work of the nvidia and
cuda package maintainers.  However, there are often a few bumps
in the road.  Right now I am having some form of permissions
problem where I have to run my CUDA programs as root if I want
them to see my second GPU.

Are there any other CUDA developers out there?  Is there any interest in
forming some kind of support group or mailing list?

Cheers!

Offline

#2 2013-01-31 02:13:58

bsilbaugh
Member
From: Maryland, USA
Registered: 2011-11-15
Posts: 141

Re: any CUDA developers out there?

nwhsvc wrote:

Are there any other CUDA developers out there?  Is there any interest in
forming some kind of support group or mailing list?

In case you don't get feedback here, you might try the existing CUDA Developer Forum.


- Good judgement comes from experience; experience comes from bad judgement. -- Mark Twain
- There's a remedy for everything but death. -- The wise fool, Sancho Panza
- The purpose of a system is what it does. -- Anthony Stafford Beer

Offline

#3 2013-02-04 03:02:09

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: any CUDA developers out there?

I am learning programming now.  Cuda is very interesting indeed.  There are a few issues with the root cuda bug, Google shows a few.  I haven't tried the cuda toolkit yet. 

I hope you find the solution.

Offline

#4 2013-03-14 23:32:25

arobson73
Member
From: uk
Registered: 2013-01-19
Posts: 34

Re: any CUDA developers out there?

do you get this when you try to run the supplied example programs ?
when i installed it, the whole package installed to /opt and owner was root only.
i found i could not compile the examples. i copied the whole cuda to my home, then changed ownership. i could then run the examples (just tried clock and vector add).
which examples gives you problems ?

Offline

#5 2013-06-19 01:54:09

bchr
Member
Registered: 2013-05-14
Posts: 5

Re: any CUDA developers out there?

I am also a CUDA developer and I use Arch (obviously!). If you have questions concerning CUDA, you can try StackOverflow or the official CUDA forums. As for your bug, more information is required if you want an answer. CUDA does not require root permissions, but the programs that you are compiling/launching may be owned by root (e.g. the samples in /opt/cuda as arobson73 said).

Offline

#6 2013-06-22 11:44:02

derhamster
Member
Registered: 2012-07-08
Posts: 86

Re: any CUDA developers out there?

It would be helpful if you explain the problem in more detail, not just "some form of permissions problem". Your problem might not even be CUDA specific.

Offline

#7 2013-07-09 12:36:39

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: any CUDA developers out there?

I used to fiddle around with CUDA when using the jacobi iteration method to solve some large linear equation systems. was kinda cool but due to the lack of application back then I lost interest soon. But I also did everything on Arch. Everything went just fine back then smile


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

Board footer

Powered by FluxBB