dask
- Version:
2023.12.1
- Category:
data
- Cluster:
Vali
Description
Dask natively scales Python. Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love.
Documentation
Usage: dask [OPTIONS] COMMAND [ARGS]...
Dask command line interface.
Options:
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
docs Open Dask documentation (https://docs.dask.org/) in a web browser.
info Information about your dask installation.
scheduler Launch a distributed scheduler.
ssh Launch a distributed cluster over SSH.
worker Launch a distributed worker attached to an existing SCHEDULER.
Examples/Usage
List dask modules:
$ module avail dask
Load the dask module:
$ module load data/dask/2022.10.0-foss-2022a
Check the loaded modules:
$ module list
Unload the dask module:
$ module unload data/dask/2022.10.0-foss-2022a
Installation
Source code is obtained from Dask