Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRMAA_ERRNO_NO_RUSAGE ignore on wait #35

Open
osallou opened this issue Dec 4, 2015 · 1 comment
Open

DRMAA_ERRNO_NO_RUSAGE ignore on wait #35

osallou opened this issue Dec 4, 2015 · 1 comment

Comments

@osallou
Copy link

osallou commented Dec 4, 2015

On wait method, if method returns DRMAA_ERRNO_NO_RUSAGE, value is considered as an error.

This is a valid value, application simply consider there is no available usage data.

@dan-blanchard
Copy link
Contributor

It's considered an error because it's an error code, and returned as such by the C API. It is a bit strange that we don't have a more specific exception type for that error though, and instead just raise a generic DrmException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants