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.

Why can MPI-only applications be memory inefficient?

0
Posted

Why can MPI-only applications be memory inefficient?

0

Typically MPI applications require ‘extra’ memory, above what N copies of a serial code would require, for several reasons: • There is a significant amount of serial code in an MPI application, all of which must be replicated. • Grid-based codes need memory to hold “ghost cells” for each MPI task. • Communication buffers are required within the code. For example, to store the ‘ghost cells’ in a finite difference algorithm, or to provide space for packing and unpacking of messages.

Related Questions

What is your question?

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