Skip to content

Commit 75043f1

Browse files
authored
Updated flag for jacobians (#176)
1 parent 0bb942c commit 75043f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/heavy_tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"procOMC":0,
4242
"procCCompile":0,
4343
"optlevel":"-O0 -march=native",
44-
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
44+
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=numeric\")"]
4545
},
4646
{
4747
"library":"ScalableTestGrids",
@@ -54,6 +54,6 @@
5454
"procOMC":0,
5555
"procCCompile":0,
5656
"optlevel":"-O0 -march=native",
57-
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
57+
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"]
5858
}
5959
]

0 commit comments

Comments
 (0)