Skip to content

Commit

Permalink
check.pl should occasionally check DESTROY_INPUT problems too (especi…
Browse files Browse the repository at this point in the history
…ally since those enable slightly different algorithms in MPI)
  • Loading branch information
stevengj committed Aug 11, 2011
1 parent 2845a3c commit 341d3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ sub one_random_test {
$sz = "]${sz}" if ($stype == 1);
$sz = "[${sz}" if ($stype == 2);
}
$sz = "d$sz" if (int(rand(3)) == 0);
if ($is_r2r) {
do_problem("ik$sz", 1);
do_problem("ok$sz", 1);
Expand Down

0 comments on commit 341d3e1

Please sign in to comment.