Mailing List Archives
Authenticated access
|
|
|
[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
- Date: Fri, 17 Apr 2020 12:55:58 +0100
- From: jcaballero.hep@xxxxxxxxx
- Subject: [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