You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

condor_submit -i job.htc

To run a job interactively for debugging.  I've used this to get interactive resources but never to debug jobs.


Access Points and Execute Points

They are using "Access Point" where I use "Submit Host"

Also "Execute Point" where I use "Execute Host"

I will update my slides.


transfer_output_remaps

transfer_output_remaps = "count.Dracula.txt=output/count.Dracula.txt"


condor_tail

See stdout and stderr files of a job.  Only works if should_transfer_files = YES

condor_tail JobID

condor_tail -stderr JobID




  • No labels