mrnorman / miniWeather

A parallel programming training mini app simulating weather-like flows
Other
145 stars 67 forks source link

2D MPI #1

Closed luiceur closed 3 years ago

luiceur commented 4 years ago

Do you have an implementation of a 2D domain decomposition in MPI, i.e X and Z decomposed in MPI?

mrnorman commented 3 years ago

Sorry, I didn't see this until now (a year later). No, there is no 2-D domain decomposition, mainly to keep things as simple as possible for teaching basic MPI usage.