more loggs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user