Simulation run time vs. PC

4 Ansichten (letzte 30 Tage)
Jeremy Schaeffer
Jeremy Schaeffer am 17 Jun. 2025
Beantwortet: Walter Roberson am 24 Jun. 2025
I am looking into requesting a Simulation Workstation so my simulations run faster. I ran a comparison of total simulation time of a Simscape model on someone else's Simulation Workstation, and it was slower than my laptop. Does anyone know why? Is there some type of settings on the Workstation that could be changed?
The workstation has an Intel Xeon Gold 6234 CPU @ 3.30GHz (2 processors), with 64 GB RAM. It took 1.5 minutes to complete the simulation.
The laptop has an 11th Gen Intel Cor i7-11850H @ 2.5 GHz, with 16 GB Ram. It took slightly over 1 minute to complete the simulation.
  5 Kommentare
Jeremy Schaeffer
Jeremy Schaeffer am 23 Jun. 2025
The model settings were the exact same for both the laptop and workstation. I'm running the model in normal mode, with a variable step solver (ode15s) with a max step size of 0.005 sec. Relative and absolute tolerances are set to 1e-3, and the reset method is set to Robust.
Rik
Rik am 23 Jun. 2025

There is a two year time gap between the CPUs. Could there be a substantial difference in the instructions per cycle between the two? Or might RAM speed be a factor here?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 24 Jun. 2025
The core-i7 (laptop)
  • is 10 nm compared to 14 nm
  • is 35W power disipated instead of 130W
  • runs at 100C instead of 79C
  • turbo clocks 4.8 GHz instead of 4.0 GHz
  • 768 KB L1 cache instead of 512 KB
  • is 15% to 40% faster on most benchmarks

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by