Skip to content

Commit

Permalink
sets processes back to 1. BRT is problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmac committed Jan 11, 2023
1 parent 8280b07 commit 28bcbc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion em_workflows/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@


def SLURM_exec():
"""
brings up a dynamically sized cluster.
For some reason processes > 1 crash BRT. Be careful optimizing this.
"""
cluster = SLURMCluster(
name="dask-worker",
cores=16,
memory="32G",
processes=8,
processes=1,
death_timeout=121,
local_directory="/gs1/home/macmenaminpe/tmp/",
queue="gpu",
Expand Down

0 comments on commit 28bcbc0

Please sign in to comment.