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

[Condor-users] building software with condor



We compile a lot of software; each build takes about 3-4 hours. I was
curious if anyone is using condor to build their software. For
example, make -j will be greedy and run as many programs as possible
on your local box. But is there a way to submit these tasks to the
condor pool? Are there any techniques for this?

TIA