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

Re: [Condor-users] specify host



If it is the host you are on, you can submit a "local" universe job.
 
Otherwise, you can specify the machine's name in the
REQUIREMENTS statement:
 
REQUIREMENTS = (Machine == "my machine name")
 
Name or Machine can be used, Name includes the vmX@ prefix for
Machines with more than 1 processor (or a bit more accurately, schedulable
slots on that Machine)
 
Cheers
 
JK


From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ivailo Penev
Sent: Thursday, November 22, 2007 4:30 PM
To: 'Condor-Users Mail List'
Subject: [Condor-users] specify host

Hello everybody,

 

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.

 

Thanks in advance,

Ivailo Penev