Skip to content

Commit

Permalink
Update heavy_tests.json.bak
Browse files Browse the repository at this point in the history
  • Loading branch information
casella authored Oct 6, 2024
1 parent 01d5985 commit 0ab5513
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/heavy_tests.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libraryVersion":"master",
"libraryVersionNameForTests":"OB",
"ulimitOmc":400,
"ulimitExe":600,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-O0 -march=native",
"referenceFileExtension":"mat",
Expand All @@ -20,7 +20,7 @@
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":600,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"referenceFileExtension":"mat",
Expand All @@ -30,17 +30,17 @@
"giturl":"https://github.com/casella/ScalableTestSuite-ref",
"destination":"ReferenceFiles/ScalableTestSuite"
},
"extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"LargeTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":300,
"ulimitExe":600,
"ulimitExe":800,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"ScalableTestGrids",
Expand Down

0 comments on commit 0ab5513

Please sign in to comment.