Skip to content

Commit

Permalink
- move testsuite/simulation/optimization to testsuite/openmodelica/cr…
Browse files Browse the repository at this point in the history
…untime/optimization

-	include optimizations tests into testsuite
-	remove CPU time dump for optimization


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Sep 7, 2013
1 parent 9cae56e commit e0cc6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int startIpopt(DATA* data, SOLVER_INFO* solverInfo, int flag)
AddIpoptIntOption(nlp, "file_print_level", 5);
}
else{
AddIpoptIntOption(nlp, "print_level", 3);
AddIpoptIntOption(nlp, "print_level", 0);
AddIpoptIntOption(nlp, "file_print_level", 0);
}

Expand Down

0 comments on commit e0cc6ae

Please sign in to comment.