• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MPI vs MPI and open MP

Carlis

Senior member
I am wondering about the performance of MPI ans open mp.

If I use MPI and run a program on shared memory, will the performance be much worse than if I would use omp? And if I use MPI to run it on multiple server nodes, is there any gain in parallelizing using omp within the server node?

Does any one have experience of this? Of course it depends on the software to some extent. I am writing finite element and finite difference programs to solve physics problems.

Best
Carlis
 
Back
Top