python3 -m fmpy simulate --output-file ScalableTestSuite_ScalableTestSuite.Electrical.DistributionSystemAC.ScaledExperiments.DistributionSystemLinear_N_28_M_28_res.csv --start-time 0 --stop-time 1 --timeout 300 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 0.001 ScalableTestSuite_ScalableTestSuite_Electrical_DistributionSystemAC_ScaledExperiments_DistributionSystemLinear_N_28_M_28.fmu LOG_STDOUT | info | Using sparse solver for linear system 0, | | | | because density of 0.000 remains under threshold of 0.200 | | | | and size of 6381 exceeds threshold of 1000. LOG_STDOUT | info | The simulation runtime does not have access to sparse solvers. Defaulting to a dense linear system solver instead. LOG_STDOUT | info | Using sparse solver for linear system 1, | | | | because density of 0.000 remains under threshold of 0.200 | | | | and size of 6381 exceeds threshold of 1000. LOG_STDOUT | info | The simulation runtime does not have access to sparse solvers. Defaulting to a dense linear system solver instead. LOG_STDOUT | info | The maximum density and the minimal system size for using sparse solvers can be | | | | specified using the runtime flags '<-lssMaxDensity=value>' and '<-lssMinSize=value>'.