neper in HPC cluster #703
-
Dear Romain,
thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, it doesn't. Neper is multithreaded (using openMP), not parallelized. So, the best you can do is run it on 1 compute node / |
Beta Was this translation helpful? Give feedback.
-
Thankyou for your response sir.
…On Mon, 12 Jun, 2023, 12:14 pm Romain Quey, ***@***.***> wrote:
Closed #703 <#703> as
resolved.
—
Reply to this email directly, view it on GitHub
<#703>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2GG52BD3YZR3KDGRHGAWETXK23E7ANCNFSM6AAAAAAZBWAP5Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
No, it doesn't. Neper is multithreaded (using openMP), not parallelized. So, the best you can do is run it on 1 compute node /
SLURM_CPUS_ON_NODE
threads... If you enforce to run it on several compute nodes, I think what happens is that each compute node will run its own instance of Neper (several times the same computation).