- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Understanding error message.
Understanding error message.
Understanding error message.
When running a model I get the following error message:
stdout | warning | <p>Solving linear system 233 fails at time 8.66021e-010. For more information use -lv LOG_LS.</p>
LOG_LS | warning | <p>Failed to solve linear system of equations (no. 233) at time 0.000000, system is singular for U[2, 2].</p>
LOG_LS | warning | <p>The default linear solver fails, the fallback solver with total pivoting is started at time 0.000000. That might raise performance issues, for more information use -lv LOG_LS.</p>
LOG_LS | warning | <p>Matrix singular!</p>
LOG_LS | warning | <p>under-determined linear system not solvable!</p>
stdout | warning | <p>Error solving linear system of equations (no. 233) at time 0.000000.</p>
stdout | warning | <p>Solving linear system 233 fails at time 8.66021e-010. For more information use -lv LOG_LS.</p>
When debugging I see that equation # 233 is the following one:
Index Type Equation
233 regular linear, size=46
The other equations are model equations, that can be understood, but this one, I suppose, has a special meaning that I don't know.
Any suggestions?
- ceraolo
- 147 Posts
Re: Understanding error message.
OM has improved a lot since when I posted this message, so I'm surprised that similar issues are sill there.
I suggest:
1) try installing the most recent nightly build if you have an old version
2) if the problem persists post a detailed bug report on
https://trac.openmodelica.org/OpenModelica/timeline
OM developers read carefully tickets posted there and frequently solve them within days.
- ceraolo
- 147 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Understanding error message.