Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor with CUDA on windows
- Date: Fri, 13 Jan 2012 16:04:45 -0600
- From: Ziliang Guo <ziliang@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Condor with CUDA on windows
Another user sent a similar question and I responded here:
https://lists.cs.wisc.edu/archive/condor-users/2012-January/msg00038.shtml
Simplistically, due to the changed security model in Vista and higher,
access to the video card is severely restricted in the session 0 that
Condor and jobs run in. Currently the only way to run a CUDA or any
job that requires a GPU on Windows using Condor is to run Condor as a
personal Condor. This however requires that a user be logged into the
machine to start up and keep Condor running. You also lose the
sandboxing from the user that Condor does when running as a service.
Z
On Fri, Jan 13, 2012 at 3:35 PM, Matthew Dean <mcd40@xxxxxxxxx> wrote:
> I've been trying to setup a small condor cluster with a linux machine for
> submitting jobs and a number of machines, with nvidia GTX 570 GPUs, as
> execution nodes. These machines are running Windows server 2008 R2. I have
> a piece of test code that tries to initialise cuda, get a device and then
> shuts down. This runs fine if I run it manually but fails because it cannot
> find a device when I run via condor. Things are complicated a little by the
> fact I'm using CUDA.NET to access the cuda driver API but I don't think this
> is relevant. Does anybody have any idea as to what the problem might be?
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
--
Condor Project Windows Developer