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

Create providers module with known stable cluster configs #3

Open
evamaxfield opened this issue Jun 29, 2020 · 0 comments
Open

Create providers module with known stable cluster configs #3

evamaxfield opened this issue Jun 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@evamaxfield
Copy link
Contributor

Use Case

Please provide a use case to help us understand your request in context

from aics_dask_utils.providers.slurm import create_cluster_from_config, configs

cluster = create_cluster_from_config(configs.TITANX)

or the more general:

from aics_dask_utils.providers.slurm import AICSSlurmCluster

cluster = AICSSlurmCluster(worker_cpu=1, worker_mem="4GB", worker_gpu=1, worker_gpu_type="titan-x")
@evamaxfield evamaxfield added the enhancement New feature or request label Jun 29, 2020
@evamaxfield evamaxfield self-assigned this Jun 29, 2020
@evamaxfield evamaxfield removed their assignment Dec 12, 2020
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