[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Condor with CUDA on windows



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?