diff --git a/source/KKRnano/regtests/tests.py b/source/KKRnano/regtests/tests.py index 325445dd5b0dfa6aa0f21c093fe890a6715a3cee..e2cfc1472b8182e236d1f87f524fe5c6b5aa73b3 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