Skip to content

Commit

Permalink
Re-enable some ifpack2 solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Jan 29, 2024
1 parent 5b797dc commit 82f945e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ifpack2/test/unit_tests/Ifpack2_SolverFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ namespace {
"RILUK",
"MDF",
"RBILUK",
// "FAST_IC", // Fails when run with SerialNode in a build with DefaultNode=Cuda
"FAST_IC",
"FAST_ILU",
"FAST_ILU_B",
// "FAST_ILDL", // Fails when run with SerialNode in a build with DefaultNode=Cuda
"FAST_ILDL",
"BLOCK RELAXATION",
// "DATABASE SCHWARZ", // Skipping because it fails
"SPARSE_BLOCK_RELAXATION"
Expand Down

0 comments on commit 82f945e

Please sign in to comment.