Hello, > Is there a way to submit a job to an exactly specified host? I couldn't find > such a possibility in the condor_submit's argument list. you can do that by specifying the host in the requirements section of your submit file: Requirements = (Machine == "myhost.mydomain") hope this helps... Pascal