Skip to content

Commit 6e42432

Browse files
authored
Updated flags for jacobians (#177)
1 parent 7c7b4b7 commit 6e42432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/heavy_tests.json.bak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"procOMC":0,
7373
"procCCompile":0,
7474
"optlevel":"-O0 -march=native",
75-
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateSymbolicJacobian\")"]
75+
"extraCustomCommands":["setCommandLineOptions(\"--newBackend -d=mergeComponents --generateDynamicJacobian=symbolic\")"]
7676
},
7777
{
7878
"library":"ScalableTestGrids",
@@ -97,6 +97,6 @@
9797
"procOMC":0,
9898
"procCCompile":0,
9999
"optlevel":"-O0 -march=native",
100-
"extraCustomCommands":["setCommandLineOptions(\"--generateSymbolicJacobian\")"]
100+
"extraCustomCommands":["setCommandLineOptions(\"--generateDynamicJacobian=symbolic\")"]
101101
}
102102
]

0 commit comments

Comments
 (0)