Skip to content

Commit

Permalink
updated cov parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamyaniv committed Apr 2, 2024
1 parent 474a357 commit 6d9e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dense/testCovarianceMPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ MPI_Init(&argc, &argv);

A = strumpack::DistributedMatrix<double>(&grid, m, m);
// A.scatter(Aseq);
std::size_t B = 10000;
std::size_t B = 5000;
for (std::size_t r=0; r<m; r+=B) {
auto nr = std::min(B, m-r);
strumpack::DenseMatrixWrapper<double> Ar(nr, m, Aseq, r, 0);
Expand Down

0 comments on commit 6d9e3bf

Please sign in to comment.