From c968de8a02bf523eda6b2d4faa584702298bffee Mon Sep 17 00:00:00 2001 From: Francesco Casella Date: Tue, 24 Sep 2024 22:43:44 +0200 Subject: [PATCH] Added -d=arrayConnect (#127) Array connections are scalarized by default. We should avoid that when running NB scalable test cases using them. --- configs/heavy_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/heavy_tests.json b/configs/heavy_tests.json index 9af7b36..10608d1 100644 --- a/configs/heavy_tests.json +++ b/configs/heavy_tests.json @@ -30,7 +30,7 @@ "giturl":"https://github.com/casella/ScalableTestSuite-ref", "destination":"ReferenceFiles/ScalableTestSuite" }, - "extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"] + "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"] }, { "library":"LargeTestSuite", @@ -40,7 +40,7 @@ "ulimitExe":800, "ulimitMemory":62914560, "optlevel":"-Ofast -march=native", - "extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"] + "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"] }, { "library":"ScalableTestGrids",