<div dir="ltr">Hi John<div><br></div><div>I assume DRMAA is a replacement to OGS/SGE?</div><div><br></div><div>About DRMAA bailing out, I don&#39;t know the product, but your guess is likely correct: I might crash when nodes go away. There is a somewhat similar issue with OGS where we need to clean it when nodes go away. It doesn&#39;t crash though.</div>

<div><br></div><div>For your second issue, regarding execution host, again, I had a similar issue with OGS. The trick I used is that I left the master node as an execution host, but I defined its number of slots to 0. Hence, OGS is happe because there is at least an exec host and the load balancer runs just fine because when there is only the master node online, there is no slots so it immediately adds node whenever jobs come in. I don&#39;t know if there is a concept of slots in DRMAA or if this version of the loadbalancer uses it but if so, I think you could reproduce my trick.</div>

<div><br></div><div>I hope it will help you.</div><div><br></div><div>Mich</div></div>