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

Can't submit native specifications for process_limits #14

Open
CyrodiilSavior opened this issue Oct 5, 2018 · 0 comments
Open

Can't submit native specifications for process_limits #14

CyrodiilSavior opened this issue Oct 5, 2018 · 0 comments

Comments

@CyrodiilSavior
Copy link

lsf-drmaa should support the '- p' argument for native specification but doesn't accept it as a valid flag. The bug seems to be in the ragel file for native.rl where '-p' isn't added to the list of valid arguments to the short_with_arg variable. That code can be referenced here: https://github.com/IBMSpectrumComputing/lsf-drmaa/blob/master/lsf_drmaa/native.rl#L95

There is code in both native.c and native.rl that includes case statements to handle the '- p' arg, and once that change is made the code works as intended. I made the change locally to test and that seems to be the only fix necessary.

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

1 participant