문제

There's one host on my condor grid which is bad for some reason, i.e. jobs run on this host run forever. I'm not the administrator and can't log into, hence I can't investigate and nor take it out of the grid. I'd like to simply specify in my submit file that I don't want to run jobs on that one host. What's the syntax for this?

도움이 되었습니까?

해결책

Set your requirements to exclude the host. Something like this might work:

Requirements = (Machine != "bad.hostname.org")
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top