Merge 2D mpi versions. Cleanup.

This commit is contained in:
2024-02-05 08:46:13 +01:00
parent 57193243f3
commit 6769c7acf0
144 changed files with 772 additions and 6784 deletions

View File

@@ -4,9 +4,6 @@
* Use of this source code is governed by a MIT style
* license that can be found in the LICENSE file.
*/
#if defined(_MPI)
#include <mpi.h>
#endif
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
@@ -180,7 +177,7 @@ static int sum(int* sizes, int position)
return sum;
}
#endif
#endif // defined _MPI
// exported subroutines
void commReduction(double* v, int op)