Skip to content

Re: Speedup in multi-calculation-nodes

Due to recent bot attacks we have chanced the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums on OpenLB General Topics Speedup in multi-calculation-nodes Re: Speedup in multi-calculation-nodes

#2760
Markus Mohrhard
Participant

Hey steed188,

are you using OpenMP or MPI for your simulations?

In general our current OpenMP code is not really efficient and it is generally recommended to use MPI for the current releases (we are working on an improved hybrid OpenMP + MPI mode).

In general we scale quite well (at least for weak scaling) but obviously as soon as you move from one node to two nodes you will get an overhead through the communication that now can no longer be implemented through shared memory copy operations.

However I think in general the performance for most cases should be somewhat stable. I will try to post some numbers from our own HPC system soon.