From 270be85252e1325c0f2371eb0c0437f0b50152df Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 6 Jul 2016 14:59:15 +0000 Subject: [PATCH] Task #9623: try nthreads=4 for NDPPP --- CEP/Pipeline/recipes/sip/tasks.cfg.CEP4.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CEP/Pipeline/recipes/sip/tasks.cfg.CEP4.in b/CEP/Pipeline/recipes/sip/tasks.cfg.CEP4.in index 76693d17ad7..61c51bf715b 100644 --- a/CEP/Pipeline/recipes/sip/tasks.cfg.CEP4.in +++ b/CEP/Pipeline/recipes/sip/tasks.cfg.CEP4.in @@ -1,6 +1,6 @@ [ndppp] nproc = 0 -nthreads = 10 +nthreads = 4 [setupparmdb] nproc = 0 @@ -24,7 +24,7 @@ nthreads = 10 [dppp] max_per_node = 0 -nthreads = 10 +nthreads = 4 [awimager] max_per_node = 0 -- GitLab