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

Re: [Condor-users] Condor Job execution problem



On Thu, May 11, 2006 at 10:07:11AM -0400, Natarajan, Senthil wrote:
>  
> 
> first.err
> 
> ********
> 
> /usr/local/condor/condor-6.6.10/local.pittgrid/execute/dir_3460/condor_e
> xec.exe[3]: .: testcase4.x: cannot open [No such file or directory]
> 
>  

What does your script look like? You might need to have
./testcase4.x 
instead of 
testcase4.x 

Or, put . in the PATH inside of your shell script.

-Erik