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

Compare with Current View Page History

« Previous Version 9 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


GPUs

9.0 has trouble handling different models of GPUs.  Later versions (9.8+) are needed for a cluster of hetero GPUs.  See John Knoeller's talk


condor_submit -spool

Can SSA use this with their containers?  Have I already looked at this?






  • No labels