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

Re: [condor-users] globus -> condor matching problem



Hi Alain,

On Wed, 2003-10-29 at 13:24, Alain Roy wrote:
> >Requirements = (OpSys == "LINUX" && Arch == "INTEL") && (Disk >=
> >DiskUsage) && ((Memory * 1024) >= ImageSize) && (FileSystemDomain ==
> >"silica.esc.cam.ac.uk")
> 
> I find the FileSystemDomain interesting, and I bet it is the problem.
> 
> >Now this is untrue, as I can submit the same job directly from
> >silica.esc.cam.ac.uk (using a vanilla universe) and it runs on one of
> >three free matching platforms.
> 
> When you submit jobs locally, do you tell Condor to transfer files?

Spot on. You've done this before, haven't you? :-)

> My best guess is one of two things:
> 
> 1) You don't have a shared filesystem between your computers, but the 
> Condor submit file generated by Globus doesn't tell Condor to transfer files.

Correct. Not all machines share a file system, so we set 

FILESYSTEM_DOMAIN       = $(FULL_HOSTNAME)

> If it is problem #1, then it's a bit trickier. You may need to mess 
> with Globus to adjust the submit file that it creates. (See 
> condor.pm.)

OK, you've given me a good pointer where to start looking. I'll scour
the net for any relevant clues, though I'd appreciate any ready hints
that you may have!

Thanks for your help,

Mark




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>