From 1e55376f91fd617620be16696536ea5137dd707b 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:55:46 +0200 Subject: [PATCH] Remove verbose output of the tests --- source/KKRnano/regtests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/KKRnano/regtests/tests.py b/source/KKRnano/regtests/tests.py index e2cfc1472..6f686eef2 100755 --- a/source/KKRnano/regtests/tests.py +++ b/source/KKRnano/regtests/tests.py @@ -21,7 +21,7 @@ ShowMD5 = True AllMPIs = 1 # 1=Yes, 0=No HighLmax = True testNocoSOC = True -verbose = True +verbose = False MPIEXEC = 'mpirun' # 'srun' def run_it(cmd): -- GitLab