Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to use the load balancing features of dask (https://dask.org/) on the Linux Cluster, here is a recipe how to set it up:

  • Install miniconda3 from https://docs.conda.io/en/latest/miniconda.html
  • Using the conda command install:
    $ module load anaconda3
    $ conda create -n py38 python=3.8
    $ conda install ipython
    $ conda install ipcluster
  • now you are ready to run a ipcluster program on a single node on the Linux Cluster

...