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 nativeSpecification #458

Open
jakirkham opened this issue Jul 11, 2017 · 1 comment
Open

DRMAA nativeSpecification #458

jakirkham opened this issue Jul 11, 2017 · 1 comment
Labels

Comments

@jakirkham
Copy link
Member

The nativeSpecification parameter here is DRMAA implementation independent. This means it breaks on LSF, which the cluster is switching too. However this was used to specify the number of cores. Removing it would break the existing configuration files. However it is already broken in its current form. The most reasonable fix would probably be to allow an optional nativeSpecification parameter that would be user specified. In addition, if the number of DRMAA cores is 1, we should leave the nativeSpecification blank as it already seems to do the right thing in that case.

ref: https://github.com/nanshe-org/nanshe/blob/v0.1.0a59/nanshe/learner.py#L598

@jakirkham
Copy link
Member Author

Attempt to fix this in PR ( #466 ).

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

No branches or pull requests

1 participant