Skip to content

Instantly share code, notes, and snippets.

@swnesbitt
Created February 26, 2020 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swnesbitt/cf46a2b7e9c9888cec3c521fef15007a to your computer and use it in GitHub Desktop.
Save swnesbitt/cf46a2b7e9c9888cec3c521fef15007a to your computer and use it in GitHub Desktop.
jobqueue:
slurm:
name: dask-worker
# Dask worker options
cores: 5 # Total number of cores per job
memory: "200 GB" # Total amount of memory per job
processes: 5 # Number of Python processes per job
# interface: ib0 #use for g partition
# interface: eth0 #use for h partition
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
local-directory: /tmp # Location of fast local storage like /scratch or $TMPDIR
# SLURM resource manager options
queue: "node"
project: "snesbitt-group"
walltime: '7-00:00:00'
extra: []
env-extra: []
job-cpu: null
job-mem: null
# job-extra: {'-C g20'} #use for g partition
# job-extra: {'-C g256'} #use for g partition-large memory nodes
job-extra: {'-C h20'} #use for h partition
log-directory: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment