Borrar filtros
Borrar filtros

Will functions inside my ODE bottle neck the code?

2 visualizaciones (últimos 30 días)
Michael Horn
Michael Horn el 14 de Jun. de 2018
Respondida: Jan el 15 de Jun. de 2018
Hi,
I recently overhauled a simulation model I have been working. I cleaned up a lot of clutter and redundant code. However, prior my ODE was taking advantage of my dual CPU with nearly 80% utilization. However, now that I am using a few functions (I think might be the issue) it seems like my code has actually slowed down. I'm now only using around 6-8% I was hoping for a drastic reduction of memory usage (check) and speed (nope).
Thanks,
Ryne

Respuestas (1)

Jan
Jan el 15 de Jun. de 2018
Without seeing the code it is impossible to know the reason of the slowdown. But 6-8% is really small. Do you have a machine with 16 cores? Then this number might mean, that only one core is active. But it is more likely that your RAM is exhausted and the CPU is waiting for the very slow virtual memory store on the disk. Please check this.
You can get a more specific answer, if you use the profiler to find the bottleneck of your code and post it here. This will be more successful than guessing, where the bottleneck might be.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by