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

RE: [Condor-users] RE: Condor, Windows XP, exit codes and theon_exit_remove setting




The question that follows as a result of this is: can I have condor
transfer data files to the executor but NOT the executable?

Look at the condor_submit manual page, and you'll see--buried amongst the many options--transfer_executable, which you can set to be false:


transfer_executable = false

The documentation says:

For jobs submitted to the globus universe, as well as vanilla and MPI. If transfer_executable is set to False, then Condor looks for the executable on the remote machine, and does not transfer the executable over. This is useful if you have already pre-staged your executable and wish to have Condor behave more like rsh. Defaults to True. The default value is True.

http://www.cs.wisc.edu/condor/manual/v6.6/condor_submit.html


-alain