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

env kwarg in addprocs not supported #92

Open
kleinschmidt opened this issue May 26, 2022 · 1 comment
Open

env kwarg in addprocs not supported #92

kleinschmidt opened this issue May 26, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@kleinschmidt
Copy link
Member

addprocs(machines, ...) documentation describes a keyword argument env, which accepts an iterable of pairs and set the environment variables on the remote machine(s) appropriately. this is possible to do manually with configure but it might be a nice convenience to support the abbreviation as well.

@omus omus added the good first issue Good for newcomers label May 27, 2022
@omus
Copy link
Member

omus commented May 27, 2022

Definitely should be added. Should be pretty straight forward to add. We'll just need to pass params [:env] into worker_pod_spec and then update worker_pod_spec to add the environmental variables into the pod specification.

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

No branches or pull requests

2 participants