Hacker News new | ask | show | jobs
by sarah-ek 780 days ago
author here, eigen is compiled with -fopenmp, which enables parallelism by default
1 comments

Hi! Thanks for chiming in!

Did you check with resource utilization? If you don't provide "OMP_NUM_THREADS=n", Eigen doesn't auto-parallelize by default.

i did check, yes