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

[Feature]: PySR interface should support ClusterManager keyword arguments #699

Open
wkharold opened this issue Aug 20, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@wkharold
Copy link
Contributor

Feature Request

When using a ClusterManager, the PySRRegressor interface should allow the user to specify associated keyword arguments. There are a couple of use cases for this:

  1. when the user wants to pass additional flags to the workload manager designated by the cluster_manager argument. For example when cluster_manager="slurm" the user may want to specify --ntasks-per-node or --cpus-per-task, etc.
  2. in an Apptainer container the user needs to specify the exename and exeflags keyword arguments if cluster_manager="slurm".
@wkharold wkharold added the enhancement New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant