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

Re: [HTCondor-users] load balancing?



Where are you from? Spain? Truly we can speak spanish jaja!

Okey... this is a posible configuration of partitionable slots, i have made the changes in the condor_config.local.

Don't forget to include in your submit files the "request_cpus = ÂN" and the "rank = cpus". This is an example:

Executable = ./script_largo.bat
Universe = vanilla
Requirements = regexp("^WIN",OpSys) || OpSys == "LINUX"
Output = pesado.out
Error = pesado.err
Log = pesado.log
request_cpus = 4
Rank = Cpus
Should_transfer_files = YES
When_to_transfer_output = ON_EXIT_OR_EVICT
Queue

If you have some question, feel free to ask!


2014-05-21 13:28 GMT+02:00 <David.Laudy@xxxxxxxxxxx>:

They are static for now. How can I make them partitionable? Is it just configuration?

Moreover, I was not able to find any documentation about partitionable slots. Do you know where I can find some?

Â

Thanks a lot!

Â

Â

From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Joaquin Sanroman
Sent: mercredi 21 mai 2014 12:19
To: HTCondor-Users Mail List
Subject: Re: [HTCondor-users] load balancing?

Â

Are your slots partitionables or statics?

Â

If are partitionables, write this line: "rank = cpus" in your submit file and condor will execute the jobs in the machine withÂgreater number of empty resources.

Â

2014-05-21 12:06 GMT+02:00 <David.Laudy@xxxxxxxxxxx>:

Hello everybody!

Â

I have a condor pool configuration with one central manager and two computing units.

Â

When I have several jobs launched at the same time, condor sends all of them to a single computing unit instead of trying to spread the jobs on the 2.

Is it possible to ask condor to do kind of load balancing?

Â

Many thanks.

Â

David Laudy

Â

GDF SUEZ Mail Disclaimer: http://www.gdfsuez.com/disclaimer/disclaimer-fr.html


_______________________________________________
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/

Â


_______________________________________________
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/

Attachment: condor_config.local (partitionable slots)
Description: Binary data