aiidateam / aiida-hyperqueue

AiiDA plugin for the HyperQueue metascheduler.
http://aiida-hyperqueue.readthedocs.io/
MIT License
5 stars 8 forks source link

Scheduler error such as run out of memory is not propagated to the hq #20

Open unkcpz opened 3 months ago

unkcpz commented 3 months ago

Like in slurm scheduler plugin there is a some exit_codes for such errors explicitly, but those not catch by hyperqueue (probably it cached?) Anyway, when the problem happened, we should do the same to set the exit code so user can use it to handle the problem.