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
GPUs
9.0 has trouble handling different models of GPUs. Later versions (9.1+) are needed for a cluster of hetero GPUs. See John Knoeller's talk