From 95cdb5ee9627e1d4d574c83b69a215c283b54962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= <p.ruessmann@fz-juelich.de> Date: Wed, 18 Aug 2021 13:51:57 +0200 Subject: [PATCH] Reduce minimum number of ranks used in the tests --- source/KKRnano/regtests/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/KKRnano/regtests/tests.py b/source/KKRnano/regtests/tests.py index 325445dd5..e2cfc1472 100755 --- a/source/KKRnano/regtests/tests.py +++ b/source/KKRnano/regtests/tests.py @@ -11,8 +11,8 @@ import time TESTDIR = os.getcwd() ### perform the calculation in the current working directory DECIMALS = 6 ### 8=all digits, 6 should be enough DEFAULT_lmax = 3 -DEFAULT_nranks = 8 -DEFAULT_nthreads = 4 +DEFAULT_nranks = 1 +DEFAULT_nthreads = 2 direct = 4 ## iterative = 3 ## DEFAULT_solver = iterative -- GitLab