Open mtwest2718 opened 2 years ago
When splitting the grid, does the code take account of the excess grid points if the range cannot be split evenly amongst the mpi processes?
From what I have found
mpi_siz(1) = 3
MPI_rot.f90
So yeah, this is a bug.
I believe I have a way to fix this by adding the excess grid points to the "farthest rightward" block in each direction
When splitting the grid, does the code take account of the excess grid points if the range cannot be split evenly amongst the mpi processes?