Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor_run vs. condor_submit and	non-nfs	directories
- Date: Wed, 30 May 2007 08:41:55 -0500
 
- From: Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx>
 
- Subject: Re: [Condor-users] condor_run vs. condor_submit and	non-nfs	directories
 
Erik Paulson wrote:
...
> condor_run does not use file transfer. You must have a shared
> filesystem to use condor_run, or at least have the executable in the
> same place in every machine.
Actually, if you have a shared filesystem it must be in the same place
on every machine, too. If e.g. submit machine has a symlink
 /mnt/share -> /localdisk
and nodes have it mounted as
 /mnt/share
jobs will fail with "file not found: /localdisk/foo" -- even if you use
"/mnt/share" everywhere in your submit files & commands.
Dima