Skip to content

Commit

Permalink
Update dask controller for new dask_jobqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Feb 6, 2023
1 parent 8172f8e commit 517fcee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions inferelator/distributed/dask_cluster_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ def connect(cls, *args, **kwargs):
cores=cls._job_n_workers * cls._worker_n_threads,
processes=cls._job_n_workers,
job_mem=cls._job_mem,
env_extra=cls._config_env(),
job_script_prologue=cls._config_env(),
local_directory=cls._local_directory,
memory=cls._job_mem,
job_extra=cls._job_slurm_commands,
job_extra_directives=cls._job_slurm_commands,
job_cls=SLURMJobNoMemLimit,
**kwargs
)
Expand Down
2 changes: 1 addition & 1 deletion requirements-multiprocessing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dask[complete]
dask_jobqueue
dask_jobqueue >= 0.8.0
joblib

0 comments on commit 517fcee

Please sign in to comment.