Francesco Casella

Results 1758 comments of Francesco Casella

>I still think that a command to install simultaneously all the newer versions of already installed libraries is bad. If I have 10 libraries installed and I'm working with MyLibrary,...

Tweaking the MODELICAPATH is certainly one option in 1.18.x and 1.19.x. When you start using 1.20.0 you can forget about all that 😃

getModelicaPath() only gives you information. I guess maybe we should be more explicit in the setModelicaPath() documentation about the consequences of using it. @anargam is that what you mean?

As usual, you can debug with a smaller model, e.g. N = 3. ```modelica model Test extends ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineEquations_N_10 (N = 3); annotation(experiment(StopTime = 4e-6, Interval=2e-9, Tolerance = 1e-8), __OpenModelica_commandLineOptions =...

Updated location to check the error: https://libraries.openmodelica.org/branches/heavy_tests/ScalableTestSuite_NB/files/ScalableTestSuite_NB_ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineEquations_N_10.sim

Further information on the root cause of the failure. First of all, when compiling the C code one gets this kind of warnings: ``` Test_12jac.c:75:120: warning: format specifies type 'long'...

@kabdelhak, sorry, you are not looking at the right model 😅. I already fixed this issue on the [master branch](https://github.com/casella/ScalableTestSuite/blob/master/ScalableTestSuite/Electrical/TransmissionLine.mo), which is the one that runs in the testsuite, a...

Sorry, I messed up myself. If you look at the [model on master](https://github.com/casella/ScalableTestSuite/blob/b956d494e48c8e9766142319acf0bf30c5684722/ScalableTestSuite/Electrical/TransmissionLine.mo#L102C1-L115C1) right now, these are the equations: ```modelica vvol = der(vol[1]); Vstep = vol[1] + 2 * (1...