Skip to content

Commit

Permalink
Updated flag for jacobians (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
casella authored Nov 21, 2024
1 parent 0bb942c commit 75043f1
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 @@ -41,7 +41,7 @@
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=numeric\")"]
},
{
"library":"ScalableTestGrids",
Expand All @@ -54,6 +54,6 @@
"procOMC":0,
"procCCompile":0,
"optlevel":"-O0 -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"]
}
]

0 comments on commit 75043f1

Please sign in to comment.