Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Why all jobs are sent to slots in the same machine?
- Date: Wed, 15 May 2013 10:07:32 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Why all jobs are sent to slots in the same machine?
set
rank = -slotid
in your submit file to encourage your jobs to "spread out"
On Wed, May 15, 2013 at 10:57:32PM +0800, 钱晓明 wrote:
> I have four machines and each one has a cpu with 16 cores. I submit jobs
> to condor but all jobs are sent to slots in the same machine. I think this
> is not good for performance.
> How can I make these jobs running on slots in different machines? Should I
> use RANK expression?
>
> Thanks!