SMART-Lab / smartdispatch

An easy to use job launcher for supercomputers with PBS compatible job manager.
Do What The F*ck You Want To Public License
34 stars 18 forks source link

Handle resources error gracefully. #155

Open mgermain opened 7 years ago

mgermain commented 7 years ago

If you ask for more resources than what is available on the requires queue we just crash. We should handle that gracefully and throw a proper error message.

See #124 for example.