Created
February 26, 2020 23:03
-
-
Save swnesbitt/cf46a2b7e9c9888cec3c521fef15007a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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