python3 -m fmpy simulate --output-file ScalableTestSuite_ScalableTestSuite.Electrical.DistributionSystemDC.ScaledExperiments.DistributionSystemModelica_N_40_M_40_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_DistributionSystemDC_ScaledExperiments_DistributionSystemModelica_N_40_M_40.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 6479 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 6479 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>'.