Enabling OpenMP under WSL #2616
Answered
by
rckirby
walkersw
asked this question in
Firedrake support
Replies: 1 comment 3 replies
-
If you want more cores, use mpiexec. That is easier to support than a hybrid parallel model and actually helps with data locality
… On Nov 3, 2022, at 8:16 AM, Shawn Walker ***@***.***> wrote:
So I have Firedrake working under WSL, but it seems to only want OMP_NUM_THREADS = 1. I ran lscpu, and it clearly knows I have more cores/threads. Is there something else to do when installing Firedrake to enable more threads?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
connorjward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have Firedrake working under WSL, but it seems to only want OMP_NUM_THREADS = 1. I ran lscpu, and it clearly knows I have more cores/threads. Is there something else to do when installing Firedrake to enable more threads?
Beta Was this translation helpful? Give feedback.
All reactions