more loggs

This commit is contained in:
kai
2025-05-31 13:58:30 +02:00
parent cf03bd9cbe
commit e233c64c81

View File

@@ -19,6 +19,8 @@ Jacobi::Result JacobiMPI::run(const Matrix &init, double epsilon,
int rank, numProc;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &numProc);
std::cout << "rank: " << rank << std::endl;
std::cout << "numProc: " << numProc << std::endl;
std::vector<Matrix> phi(2, init);