Skip to content

swan-cern/swan-daskcluster

Repository files navigation

SWAN Dask Cluster

Package to create wrappers of Dask clusters to be used from SWAN.

Requirements

  • dask_lxplus
  • swanportallocator

Install

pip install swandaskcluster

Security

This package provides a security loader function to automatically set the appropriate TLS configuration in Dask clients created from SWAN.

This makes it possible to create Dask clients in the following way:

from dask.distributed import Client

client = Client("tls://10.100.244.186:30124")

i.e. with no need to construct and pass a Security object as part of the Client constructor.