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

Re: [Condor-users] questions about remote queue submission



On Fri, Feb 18, 2005 at 10:39:49AM -0500, Ian Chesal wrote:
> 
> > No, that's not correct. It has nothing to do with central 
> > managers at all.
> > 
> > -n is really meant for submitting to another schedd on the 
> > same machine, or at least with the same view of the 
> > filesystem. condor_submit (or condor_submit -n) tells the 
> > condor_schedd to create a new entry in the job queue, and 
> > what files need to be copied into the spool directory - but 
> > it doesn't actually send the files to the schedd.
> 
> Ahh. So because all my windows machines are using the same shared drive
> space for files and such I'm okay doing this. Great.
> 

We really don't recommend relying on this - condor_submit -n knows 
nothing about crossing machine boundries, and probably never will.

-Erik