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

[Condor-users] Re: running multiple jobs at the same time ona givenmachine....



> is there a way to allow condor to run multiple apps/jobs on the same
> box at the same time????

By default Condor will only run one job per CPU. You can trick
Condor into thinking your computer has more (or less) cpus with the
NUM_CPUS option:

        http://www/condor/manual/v6.6/3_3Configuration.html#8482

        --Nate