Skip to content

Commit

Permalink
activate superlu_dist again in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Aug 26, 2024
1 parent c07bdfc commit 86a4d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sudo -E cp -r opt64 opt
sudo -E cp -r deb64 deb
cd ..
julia --color=yes --depwarn=yes --inline=yes --project=. test/start_tests_CI.jl is64bit no_superlu
julia --color=yes --depwarn=yes --inline=yes --project=. test/start_tests_CI.jl is64bit
build_docs:
runs-on: ubuntu-20.04
steps:
Expand Down
4 changes: 3 additions & 1 deletion test/start_tests_CI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ if "is64bit" in ARGS
args_local = ["use_dynamic_lib","is64bit"]
else
# 32bit PETSc installation
args_local = ["use_dynamic_lib", "no_superlu"]
#args_local = ["use_dynamic_lib", "no_superlu"]
args_local = ["use_dynamic_lib"]

end

if "no_superlu" in ARGS
Expand Down

0 comments on commit 86a4d3d

Please sign in to comment.