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

Re: [Condor-users] winn51 vs winn52



Hi,

  I think that you need to specify the location of the local configuration
file in the master configuration file with the LOCAL_CONFIG_FILE
variable, and to reduce the number of virtual machines, you specify the
NUM_VIRTUAL_MACHINES variable. I don't know if you can configure the
number of CPUs.
_____________________________________________________

For the judgement of mankind is as relentless to the weakness that falls
short of a recognized renown, as it is jealous of the arrogance that
aspires higher than its due.

        Pericles as quoted by Thucydides,
        Book II of his history of the Peloponnesian War


HOME PAGE URL:  http://www.cs.ucla.edu/~kulisics/


> Is the condor_config.local file normally empty because mine had nothing
> in it when I opened it? I put   NUM_CPUS = 4  into that file and it
> still is using all 8 processors on the computer.
>
> Josh Richardson
> Integrity Applications Incorporated Intern (IAI)
> 703-378-8672 ext 632
>
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Todd Tannenbaum
> Sent: Wednesday, June 27, 2007 3:17 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] winn51 vs winn52
>
> Richardson, Joshua wrote:
>>
>>
>> I have just added another computer to my cluster. It has 8 processors,
>
>> but I only want to allow 4 to be used and dedicated to Condor. Is
> there
>> a way I can do this?
>
> Put in the condor_config.local for that machine
>
>    NUM_CPUS = 4
>
> and then restart (or reconfig?) Condor on that machine.
>> As well, the computer I added is a winn52. The rest
>> are winn51. What is the difference and how do I submit jobs to both at
>
>> the same time. Right now, when I submit jobs they go to all the other
>> computers but not the winn52. Thanks for any input that I receive in
>> advance.
>
> If you don't think you will ever care about the difference, you could
> just over-ride the opsys setting by placing in that machine's
> condor_config.local
>
>     OPSYS = WINNT51
>
> and then reconfig or restart.
>
> Alternatively, when you submit you could put in the job submit file
> something like:
>     Requirements = opsys=="winnt51" || opsys=="winnt52"
>
> hope this helps,
> Todd
>
>>
>>
>>
>> Josh Richardson
>>
>> Integrity Applications Incorporated Intern (IAI)
>>
>> 703-378-8672 ext 632
>>
>>
>>
>>
>>
>>
>>
> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Condor-users mailing list
>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> 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/
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx 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/
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx 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/
>