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

Re: [HTCondor-users] condor_gpu_discovery missing?



On 1/8/19 3:39 AM, Baumeier, B. wrote:

Nevermind, I found it. The problem seems to be that cuda is not by default available but loaded by users via environment modules. Any idea how that can work with the condor daemons?

 


Usually modules set a couple of environment variables.  You can add additional environment variables to the startd by adding something like


STARTD_ENVIRONMENT = "VAR1=value1 VAR2=value2"


-greg