Message Boards Message Boards

Mathmatica pefromance and CPU usage in equation solving

Posted 1 month ago

I have a general question that may have been addressed previously, albeit not directly. I utilize Mathematica to solve a set of non-linear equations and achieve successful results. However, the computation time is considerably long despite the minimal CPU and memory usage. Additionally, the computer I am using is a high-performance PC, yet the execution speed of this code resembles that of my laptop. Am I overlooking something? Why isn't Mathematica utilizing more resources? For instance, the CPU usage remains around 7% max.

POSTED BY: Nima Moini
2 Replies

Non-parallelizable code using no vectorized operations on a 16+ core machine would never utilize more than 7% CPU usage. It's hard to say more without actual code to inspect.

POSTED BY: Michael Rogers
Posted 1 month ago

Thank you for your reply. What I am using is the internal function "Solve", and basically that is the code. I use Solve for a set of non-linear equations. Is "Solve" parallezible?

POSTED BY: Nima Moini
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract