"No MPI process should contain the full wave at any moment."

Re: "No MPI process should contain the full wave at any moment."

by Ramses van Zon -
Number of replies: 0
Yes, it would, as in thar scheme the whole wave is contained in every process. In MPI you cannot just parallize a part of the code, all the code is parallel all the time. You need to consider that all processes are running from the start, that is why you can't have all the data duplicated in every process; it would not fit in memory.