BwUniCluster2.0/Software/Python Dask
< BwUniCluster2.0 | Software
Jump to navigation
Jump to search
This guide explains how to use Python Dask and dask-jobqueue on bwUniCluster2.0.
Installation
Use on of our pre-configured Python modules and load them with 'module load ...'. You have to install the packages 'dask' and 'das-jobqueue' if your are yousing an own conda environment.
Using Dask
In Python, execute the following commands:
>>> from dask_jobqueue import SLURMCluster >>> cluster = SLURMCluster(cores=XX, memory='XX GB', queue='XXX')