You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
in an Apptainer container the user needs to specify the exename and exeflags keyword arguments if cluster_manager="slurm".
The text was updated successfully, but these errors were encountered:
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:
cluster_manager
argument. For example whencluster_manager="slurm"
the user may want to specify--ntasks-per-node
or--cpus-per-task
, etc.exename
andexeflags
keyword arguments ifcluster_manager="slurm"
.The text was updated successfully, but these errors were encountered: