From 0405aaf4da3fd9ff5e9561851bd288ece53e3d24 Mon Sep 17 00:00:00 2001 From: Fischer Robert Date: Wed, 28 Sep 2022 16:35:46 +0200 Subject: [PATCH] make parallel default --- 01_extract_surfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_extract_surfaces.py b/01_extract_surfaces.py index b0963a1..20ee8a8 100644 --- a/01_extract_surfaces.py +++ b/01_extract_surfaces.py @@ -31,7 +31,7 @@ class mesh_maker: timesteps = None, #'all', or array z_boundaries = (0,-1), use_gpu = False, #stub to call either cupy/cucim or not, - cpu_parallel = False, + cpu_parallel = True, njobs = 8, ): self.nc_path = nc_path