From be3a3292d0fc601282dbcc11fa5a87ebedd06889 Mon Sep 17 00:00:00 2001 From: Francesco Casella Date: Wed, 23 Jul 2025 14:15:31 +0200 Subject: [PATCH] Update heavy_tests.json Disabled tearing for large systems in ScalableTestGrids --- configs/heavy_tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/heavy_tests.json b/configs/heavy_tests.json index eab85e5..a45be52 100644 --- a/configs/heavy_tests.json +++ b/configs/heavy_tests.json @@ -59,6 +59,6 @@ "procOMC":0, "procCCompile":0, "optlevel":"-O0 -march=native", - "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"] + "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic --maxSizeNonlinearTearing=400\")"] } ]