Hi, when I run my code in Windows machine, only about 18% of the CPU is used. This is probably because not all cores are being used. Is there a way to allow higher utilization of the CPU by ngsolve when running on Windows OS. In Linux, it automatically uses all the cores.
Thanks!
Shreyas
Hi Shreyas,
Using all cores on your computer must be enabled explicitly using the “with TaskManager():” statement in your Python code. See the documentation for more details:
https://ngsolve.org/docu/nightly/how_to/howto_parallel.html
Best,
Matthias