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

[HTCondor-users] force certain type of jobs to run on an specific startd



Hi

this is just to confirm that, if I wanted to force from the schedd
which machine runs certain type of jobs (for example, for a given
user) it would be like this:

Requirements = ( other requirements ) && ( User == "the_user" &&
TARGET.HOSTNAME)

This assumes also that the startd host includes HOSTNAME in STARTD_ATTRS, right?

Any comment is more than welcome.
Cheers,
Jose