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

Re: [condor-users] How to submit a job to a specific machine



On Fri, 3 Oct 2003 14:46:29 +0200 (MET DST)  Massimo Sgaravatto - INFN Padova wrote:

> requirements= Name == "lxsgaravatto.pd.infn.it"

true.  however, if lxsgaravatto happens to be an SMP machine, or is
advertising multiple virtual machines (vm) in the pool for any reason,
this wouldn't work.  in this case, you'd have to include which vm you
want to run on, since that's part of the "Name" attribute of any
resource:

requirements = Name == "vm1@xxxxxxxxxxxxxxxxxxxxxxx"

however, there's a more general solution, which works with or without
SMP machines.  you can use the "Machine" attribute, which is always
the full hostname (regardless of the number of vm):

requirements = Machine == "lxsgaravatto.pd.infn.it"

enjoy,
-derek
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>