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

Re: [Condor-users] File not found in C exe running on Condor




When the temporary directories are created under the condor/execute
directory on each machine, I can see the randomOut5.txt file clearly in the
directory.  Why can't condor find it?

Is it possible that the program has chdir'd out of the original directory the file are in? For example, if you can log onto the execute node, can you look at /proc/xxxx/cwd to see what the current directory of the process is, where xxxx is the process id?

-Greg