Skip to content

Commit

Permalink
tpetra: #8794 #8804 test to pick threshold timed out in PR testing.
Browse files Browse the repository at this point in the history
Lowering the upper bound of testing to fit run into PR testing time.
Threshold is close to 400, so lowering upper bound of testing should be OK.
  • Loading branch information
kddevin committed Mar 9, 2021
1 parent e2900a9 commit b0fcac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int main(int narg, char **arg)
int nIter = 10;

// Test various number of nonzeros per row to insert
for (int nnz = 1; nnz < 10000; nnz+=100) {
for (int nnz = 1; nnz < 4000; nnz+=100) {
std::cout << "NNZ = " << nnz << std::endl;

// Run each test for several iterations
Expand Down

0 comments on commit b0fcac5

Please sign in to comment.