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

sync/wait in SQOPF.jl test #44

Open
lukeli1990 opened this issue Apr 19, 2023 · 0 comments
Open

sync/wait in SQOPF.jl test #44

lukeli1990 opened this issue Apr 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lukeli1990
Copy link
Collaborator

Issue with #43: observe sync/wait in SQOPF test with ExaAdmm branch https://github.com/exanauts/ExaAdmm.jl/tree/bowen/qp

  • testing with ] test, SQOPF stuck with sync/wait error as
    error.txt
  • Running the following code block, SQOPF returns normally.
using SQP
using LinearAlgebra
using CUDA

case = "test/algorithms/case9.m"

#SQP with QP solver: ExaADMM with GPU
sqp1 = SQOPF.sqp_solve(case; itermax = 30, eps_inf = 1e-4, eps_res = 1e-4, eps_dir = 1e-4, pen = 5e5, TR = 10, lambda = 0.0, output_flag = 1, outer_iterlim=5000, rho_pq=5000.0, rho_va=5000.0, obj_scale=1.0, scale=1e-4, outer_eps=1e-4, verbose = 0, use_ipopt = false, use_feas_check = false, use_gpu = true, gpu_no = 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants