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

[Condor-users] Condor Problem with Environment



Hi,

I have a C job, it needs some libraries to run. I installed those libraries on the job submitting node (Central manager), so if I run that job on that node just standalone (with out submitting to condor) it is running fine. If I submit the job to condor and I am getting error from the execution node saying that it didn’t find the library.

I did used getenv = true in the job description but it didn’t work. It is cumbersome to install the libraries in all the execution node, which I don’t have access. In this scenario is it possible to submit the job to condor and make it work, or the only option is install the libraries in the execution node (but that’s not possible in my case). Please let me know.

Thanks,

Senthil