Sassy, condor_ssh_to_job gives you an interactive shell on the same machine and in the same environment as the running job. This allows you to inspect the process in many ways, but it does not attach the i/o streams of the job to your terminal as though you had run the job by hand. The i/o streams of the job are directed to files or streams and cannot be easily redirected to something else unless you go through some extra effort when running the job in order to make this possible. I haven't tried it myself, but I imagine it would be possible to use the unix 'screen' utility to make this possible. However, I would recommend getting more familiar with standard batch-job debugging techniques before trying something exotic like running every job under screen. Being able to type commands into running jobs is a nifty thought, but batch jobs should be designed to run without interactive input, so it doesn't sound that useful in practice to me. --Dan On 7/18/11 4:44 PM, Sassy Natan wrote:
|