On Tuesday, June 28, 2011 at 11:00 AM, Edier Zapata wrote:
Good morning,
Is there a way to avoid the use of X cores by Condor?
Example:
I have a 8 cores node, but I want Condor to use only the cores 3 to 8 and have cores 1 and 2 free of Condor's processing.
Is there a way to do this?
Thanks.
--
Edier Alberto Zapata Hernández
Ingeniero de Sistemas
Universidad de Valle
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-use...@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
After setting this variable Condor must be restarted. Reconfiguration using
condor_reconfig will not be enough.
http://www.cs.wisc.edu/condor/manual/v7.4/3_3Configuration.html#16457
NUM_CPUS = 6
Regards,
Lukas
> > To unsubscribe, send a message to condor-use...@cs.wisc.edu (mailto:condor-use...@cs.wisc.edu) with a
--Dan
This is the condor_status output:
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
sl...@master.ciat. LINUX X86_64 Owner Idle 0.010 8012 0+00:10:04
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:06
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:07
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:08
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:09
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:10
sl...@master.ciat. LINUX X86_64 Unclaimed Idle 0.000 4006 0+02:20:11
I want to do this, because the our master/submit node have 8 cores and
we want to process tasks in the other cores while we sent jobs from
the same server without produce a job's preemption.
Thanks
To unsubscribe, send a message to condor-use...@cs.wisc.edu with a
On 7/27/11 2:02 PM, Edier Zapata wrote:
> Good afternoon,
> Thanks to every body for your help, finally I got it running, but now
> I have another question:
> I'd define two slot types, SLOT_TYPE_1 with 2/8 of total resources and
> SLOT_TYPE_2 with 1/8 of total resources, I add 1 TYPE_1 slot and 6
> TYPE_2 slots.
> Now I want to prevent Condor to use slot1 (the SLOT_TYPE_1 slot) is
> there a way to do this?
Append this to your condor configuration:
START = ($(START)) && SlotId != 1
--Dan
To unsubscribe, send a message to condor-use...@cs.wisc.edu with a