From cc16d1110a167beaddf0ad8cdbdc3ad48342293a Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Tue, 27 May 2025 17:50:13 +0200 Subject: [PATCH] jetz aber --- lab10/jacobi/jacobi_mpi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lab10/jacobi/jacobi_mpi.cpp b/lab10/jacobi/jacobi_mpi.cpp index ab37e23..aa9084d 100644 --- a/lab10/jacobi/jacobi_mpi.cpp +++ b/lab10/jacobi/jacobi_mpi.cpp @@ -109,7 +109,6 @@ Jacobi::Result JacobiMPI::run(const Matrix &init, double epsilon, int maxNumIter MPI_Status status; MPI_Recv(haloUpper.data(), haloUpper.size(), MPI_DOUBLE, neighborUpper, rowHaloUpperIndex, MPI_COMM_WORLD, &status); - MPI_Status status; MPI_Recv(haloLower.data(), haloLower.size(), MPI_DOUBLE, neighborLower, rowHaloLowerIndex, MPI_COMM_WORLD, &status); for (int i = 0; i < numRows; ++i)