Skip to content

Commit

Permalink
Update heavy_tests.json
Browse files Browse the repository at this point in the history
Use -d=mergeComponents and --newBackend for heavy tests of ScalableTestGrids
  • Loading branch information
casella authored Oct 6, 2024
1 parent 01d5985 commit a0e5851
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configs/heavy_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,23 @@
{
"library":"ScalableTestGrids",
"libraryVersion":"master",
"libraryVersionNameForTests":"NumericalJacobian",
"libraryVersionNameForTests":"NB_NumericalJacobian",
"ignoreModelPrefix":"ScalableTestGrids.Models.Type1Large",
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"optlevel":"-O0 -march=native"
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
},
{
"library":"ScalableTestGrids",
"libraryVersion":"master",
"libraryVersionNameForTests":"SymbolicJacobian",
"libraryVersionNameForTests":"NB_SymbolicJacobian",
"ignoreModelPrefix":"ScalableTestGrids.Models.Type1Large",
"ulimitOmc":800,
"ulimitExe":300,
"ulimitMemory":62000000,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--generateSymbolicJacobian\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
}
]

0 comments on commit a0e5851

Please sign in to comment.