No project description provided
Project description
dask-lxplus
Builds on top of Dask-Jobqueue to enable jobs to run on the CERN HTCondor cluster via LXPLUS.
Summary
from distributed import Client
from dask_lxplus import CernCluster
import socket
cluster = CernCluster(
cores = 1,
memory = '3000MB',
disk = '10GB',
death_timeout = '60',
lcg = True,
nanny = False,
container_runtime = 'none',
log_directory = '/eos/user/b/ben/condor/log',
scheduler_options = {
'port': 8786,
'host': socket.gethostname(),
},
job_extra = {
'MY.JobFlavour': '"longlunch"',
},
)
CERN extras
There are a few changes in the wrapper to address some of the particular features of the CERN HTCondor cluster, but there are also a few changes to detail here.
Options
lcg: If set to True this will validate and use the LCG python environment per the managed LCG
releases. It will send the environment of the submitting scheduler to the batch worker node. DASK
normally requires that both the scheduler and the worker is the same python versions and libraries.
At CERN this would mean that you should, assuming say the default of EL9 worker nodes, that
the scheduler is run on something likelxplus.cern.chalso running EL9`.
An example use would be to do the following before running dask:
$ . /cvmfs/sft.cern.ch/lcg/views/LCG_107/x86_64-el9-gcc14-opt/setup.sh
container_runtime: Can be set to "singularity" or docker or "none". If a runtime is needed
for the worker, this selects which will be used for the HTCondor job the worker runs. In principle
it should not be necessary when using lcg and should therefore be set to "none". Default though
is "singularity".
worker_image: The image that will be used if container_runtime is defined to use one. The default
is defined in jobqueue-cern.yaml.
batch_name: Optionally set a string that will identify the jobs in HTCondor. The default is
"dask-worker"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dask_lxplus-0.3.3.tar.gz.
File metadata
- Download URL: dask_lxplus-0.3.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f62afdfd204931f6b01744a8617e3aaf57ff09d09d517ef117ad880cbfdde991
|
|
| MD5 |
053ff0e5ea689065c94289e5099a7ab4
|
|
| BLAKE2b-256 |
292576ea564d67902d3914b14d5e208e3518afcdb1ff446f897ebce46d6f3d97
|
File details
Details for the file dask_lxplus-0.3.3-py3-none-any.whl.
File metadata
- Download URL: dask_lxplus-0.3.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc6ba3b8f1c86d4915a6a630a25ee95832909d1dcafa5e0962b61cc327eb9b0c
|
|
| MD5 |
1eaf74358c204ba683e11f07d9e7ced1
|
|
| BLAKE2b-256 |
5665479e507d0c0ee85f5ac11e8aabf7b58a463f022535cdaa506e08937b0fa3
|