ModularM
Modular2y ago
3 replies
TonedF

Parallelization not working in Jupyter Notebook extension in VSCode on Linux Mint

I am running the Mandelbrot demo files.

Running the regular .mojo file is using all 16 threads on my CPU and I get a Parallel speedup of 8.9
but when I try to run the Mandelbrot Jupyter Notebook it shows that it is only using 8 threads and I get a speedup of 0.5

Is this something to do with running it in the Jupyter Notebook extension for VSCode?
Is there a setting in Jupyter Notebooks that I'm missing?
Was this page helpful?