Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] How to set special requirements for a job
- Date: Mon, 26 Mar 2012 10:16:16 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] How to set special requirements for a job
Re advertising machines with special capabilities and then steering jobs
towards (or away) from those machines, Steve gave the highlights below.
But you may also want to check out the HowTo recipes on the Condor
Wiki at URL
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToAdminRecipes
These HowTos give pithy specific instructions (e.g. cut-n-paste this
into the config file) on how to accomplish common or non-obvious tasks
in Condor. In particular, the following HowTos may be of interest on
this topic:
How to insert custom ClassAd attributes into a machine ad
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToInsertClassAdIntoMachineAds
How to steer jobs towards more desirable machines
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToSteerJobs
How to Manage GPUs
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToManageGpus
p.s. re GPUs, besides the above HowTo, we are looking at adding more
tailored first-class GPU support into the code...
regards,
Todd
On 3/26/2012 8:59 AM, Rochford, Steve wrote:
We add items to the condor_config.local file. For example:
CPU = "i7"
STARTD_ATTRS = $(STARTD_ATTRS), CPU
and this allows us to put in the submit file
Requirements = cpu == "i7"
The condor_config.local is generated at install time and adds a number of machine specific values (names of software packages which are not globally installed and CPU type, for example)
Steve
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ivanova Marina
Sent: 21 March 2012 12:24
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] How to set special requirements for a job
Hello!
Is there in Condor a capability to set special requirements for a job? For example, I need to know, if there is a machine with GPU or CPU with AVX, or some other characteristics, and send the job depending on these characteristics.
If there is no standard way of solution, what would you recommend?
Thanx
_______________________________________________
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/
--
Todd Tannenbaum <tannenba@xxxxxxxxxxx> University of Wisconsin-Madison
Center for High Throughput Computing Department of Computer Sciences
Condor Project Technical Lead 1210 W. Dayton St. Rm #4257
Phone: (608) 263-7132 Madison, WI 53706-1685