Skip to content

Commit

Permalink
Add python executable to config yaml (updates in dask 2024.04.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Apr 5, 2024
1 parent 59f26a7 commit 26b7978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion coffea_casa/jobqueue-coffea-casa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ jobqueue:
name: dask-worker
# Dask worker options, taken from https://github.com/dask/dask-jobqueue/tree/master/dask_jobqueue
cores: 1 # Total number of cores per job
memory: "2GiB" # Total amount of memory per job
memory: "3GiB" # Total amount of memory per job
processes: 1 # Number of Python processes per jobs
worker-image: "hub.opensciencegrid.org/coffea-casa/cc-analysis-ubuntu:development"

# Comunication settings
python: null # Python executable
interface: null # Network interface to use like eth0 or ib0
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
local-directory: null # Location of fast local storage like /scratch or $TMPDIR
Expand Down
3 changes: 2 additions & 1 deletion docker/dask/jobqueue-coffea-casa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ jobqueue:
name: dask-worker
# Dask worker options, taken from https://github.com/dask/dask-jobqueue/tree/master/dask_jobqueue
cores: 1 # Total number of cores per job
memory: "2GiB" # Total amount of memory per job
memory: "3GiB" # Total amount of memory per job
processes: 1 # Number of Python processes per jobs
worker-image: "hub.opensciencegrid.org/coffea-casa/cc-analysis-ubuntu:development"

# Comunication settings
python: null # Python executable
interface: null # Network interface to use like eth0 or ib0
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
local-directory: null # Location of fast local storage like /scratch or $TMPDIR
Expand Down

0 comments on commit 26b7978

Please sign in to comment.