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

Re: [Condor-users] Condor Problem with Environment




Natarajan, Senthil wrote:

There are hundreds of files in different directories, do we need to put
those in transfer_input_files.


Are these files on a shared filesystem?

Does condor won't copy the current files
in the shell environment to the execution node? (if you use getenv=true,
then what exactly getenv does)

All files that happen to be referenced in the shell environment are certainly not automatically copied to the execution node. All getenv=true does is copy the environment variables you had when you called condor_submit so that the job runs with the same environment variables. Using getenv=true is useful only if the values of PATH, LD_LIBRARY_PATH, and other relevant environment variables in your submit-time environment are the correct values to use when running the job from the execute machine.

--Dan