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

Re: [Condor-users] How to set special requirements for a job



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/