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

Re: [HTCondor-users] How to change #slots = 1 on dual core machine



/etc/condor/condor_config

##  If you want to "lie" to Condor about how many CPUs your machine
##  has, you can use this setting to override Condor's automatic
##  computation.  If you modify this, you must restart the startd for
##  the change to take effect (a simple condor_reconfig will not do).
##  Please read the section on "condor_startd Configuration File
##  Macros" in the Condor Administrators Manual for a further
##  discussion of this setting.  Its use is not recommended.  This
##  must be an integer ("N" isn't a valid setting, that's just used to
##  represent the default).
#NUM_CPUS = N

##  If you never want Condor to detect more the "N" CPUs, uncomment this
##  line out. You must restart the startd for this setting to take
##  effect. If set to 0 or a negative number, it is ignored.
##  By default, it is ignored. Otherwise, it must be a positive
##  integer ("N" isn't a valid setting, that's just used to
##  represent the default).
#MAX_NUM_CPUS = N



On Wed, Sep 25, 2013 at 9:16 PM, Harshad Prajapati <harshad.b.prajapati@xxxxxxxxx> wrote:
I am learning Condor. 

I have installed personal condor on dual core machine without changing any default configuration. 

When I run condor_status, I get two entries with name slot1@ and slot2@. 

I want to have only one slot/processor for executing jobs.

Anyone would tell me how to do it. Which configuration file(s) need to be modified?

Thank you.

Harshad Prajapati



_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/



--
Andrey Kuznetsov <akuznet1@xxxxxxxx>