If the code is not parallel, then you should not request multiple
processors.
The builtin BLAS are set up for multiple threads by default.
If you are doing a lot of linear algebra, then that will be parallel
already.
If you do julia -p then the BLAS are in serial.

James

Reply via email to