Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to AMGX_jll 2.4 and later Julia versions #33

Merged
merged 17 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment to revised tests
moyner committed Oct 22, 2024
commit dde7091825658ce09d58ebca1932774c5e0f261c
3 changes: 2 additions & 1 deletion test/test_solver.jl
Original file line number Diff line number Diff line change
@@ -47,7 +47,8 @@ using AMGX: Config, Resources, AMGXVector, AMGXMatrix, Solver, dDDI, dFFI
x_h = AMGX.download(b)
@test x_h ≈ [1.0, 2.0, 4.0]
status = AMGX.get_status(s)
# Note: If we don't output
# Note: If we don't set monitor_residual, the status flag does not
# reflect if the solution has converged or not.
@test status == AMGX.SUCCESS

AMGX.upload!(x, [1.0, 2.0, 3.0])