Skip to content

Commit

Permalink
Added -d=arrayConnect (#127)
Browse files Browse the repository at this point in the history
Array connections are scalarized by default. We should avoid that when running NB scalable test cases using them.
  • Loading branch information
casella authored Sep 24, 2024
1 parent 64d61a6 commit c968de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/heavy_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"giturl":"https://github.com/casella/ScalableTestSuite-ref",
"destination":"ReferenceFiles/ScalableTestSuite"
},
"extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"LargeTestSuite",
Expand All @@ -40,7 +40,7 @@
"ulimitExe":800,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"ScalableTestGrids",
Expand Down

0 comments on commit c968de8

Please sign in to comment.