Skip to main content

Utilities for expanding dask-jobqueue with appropriate settings for NCAR's clusters

Project description

Python Package Index

Utilities for expanding dask-jobqueue with appropriate settings for NCAR’s clusters.

>>> from ncar_jobqueue import NCARCluster
>>> from distributed import Client
>>> cluster = NCARCluster(cores=2, memory='10GB')
>>> cluster
NCARCluster(cores=0, memory=0 B, workers=0/0, jobs=0/0)
>>> cluster.scale(1)
>>> cluster
NCARCluster(cores=2, memory=10.00 GB, workers=1/1, jobs=1/1)
>>> client = Client(cluster)
>>> client
<Client: scheduler='tcp://10.12.205.20:40698' processes=1 cores=2>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ncar-jobqueue-2019.3.8.tar.gz (23.1 kB view hashes)

Uploaded Source

Built Distribution

ncar_jobqueue-2019.3.8-py2.py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page