We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb942c commit 75043f1Copy full SHA for 75043f1
configs/heavy_tests.json
@@ -41,7 +41,7 @@
41
"procOMC":0,
42
"procCCompile":0,
43
"optlevel":"-O0 -march=native",
44
- "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents\")"]
+ "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=numeric\")"]
45
},
46
{
47
"library":"ScalableTestGrids",
@@ -54,6 +54,6 @@
54
55
56
57
- "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
+ "extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"]
58
}
59
]
0 commit comments