We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue with #43: observe sync/wait in SQOPF test with ExaAdmm branch https://github.com/exanauts/ExaAdmm.jl/tree/bowen/qp
] test
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);
The text was updated successfully, but these errors were encountered:
kibaekkim
michel2323
lukeli1990
No branches or pull requests
Issue with #43: observe sync/wait in SQOPF test with ExaAdmm branch https://github.com/exanauts/ExaAdmm.jl/tree/bowen/qp
] test
, SQOPF stuck with sync/wait error aserror.txt
The text was updated successfully, but these errors were encountered: