Skip to content

Commit

Permalink
Update heavy_tests.json
Browse files Browse the repository at this point in the history
Run all tests again after PR #13019
  • Loading branch information
casella authored Oct 21, 2024
1 parent e82c26a commit e2db2d0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions configs/heavy_tests.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
[
{
"library":"ScalableTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"OB",
"ulimitOmc":400,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-O0 -march=native",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/casella/ScalableTestSuite-ref",
"destination":"ReferenceFiles/ScalableTestSuite"
}
},
{
"library":"ScalableTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/casella/ScalableTestSuite-ref",
"destination":"ReferenceFiles/ScalableTestSuite"
},
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"LargeTestSuite",
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":300,
"ulimitExe":800,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=arrayConnect\")"]
},
{
"library":"ScalableTestGrids",
"libraryVersion":"master",
Expand Down

0 comments on commit e2db2d0

Please sign in to comment.