Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Hybrid MPI-OpenMP programming is complicated. Are there other alternatives?

0
Posted

Hybrid MPI-OpenMP programming is complicated. Are there other alternatives?

0

If your code exceeds available memory on Hopper the easiest solution may be to run with fewer active cores per node leaving some cores idle. However, this is inefficient because you may need to use more nodes and your NERSC repo will be charged for all the nodes you use. See the user documentation pages for information on how to run with fewer cores per node. We believe that MPI + OpenMP is actually the simplest approach to hybrid programming. Other alternatives include MPI plus explicit threading, one-sided communication models, or MPI plus Partitioned Global Address Space (PGAS) programming models such as UPC, or PGAS models alone. These methods require considerably more code rewrite.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123