Skip to content

Commit

Permalink
Revert Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Sep 13, 2022
1 parent 5980c99 commit dd0ce29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/run_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
#
# geoapps is distributed under the terms and conditions of the MIT License
# (see LICENSE file at the root of this source code package).
import multiprocessing

from dask.distributed import Client, LocalCluster

cluster = LocalCluster(
processes=False,
n_workers=int(multiprocessing.cpu_count() / 2) - 1,
threads_per_worker=2,
)
cluster = LocalCluster(processes=False)
Client(cluster)

0 comments on commit dd0ce29

Please sign in to comment.