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

Re: [Condor-users] building software with condor



 On 08/12/2010 08:03 PM, Ian Chesal wrote:
On Thu, Aug 12, 2010 at 6:52 PM, Mag Gam<magawake@xxxxxxxxx>  wrote:

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?

Assuming that you have a shared filesystem, can you run make as usual, but set your make's SHELL variable to condor_run?

-greg