LLNL / hiop

HPC solver for nonlinear optimization problems
Other
210 stars 42 forks source link

try to fix the CI tests on github #654

Closed nychiang closed 1 year ago

nychiang commented 1 year ago

some other files that need to be fixed in order to pass the CI tests.

remove some [[maybe_unused]] suggested by Tom

based on #653

@tepperly

nychiang commented 1 year ago

@tepperly @cnpetra Please feel free to review the changes. It works fine on LLNL CI, pass all the tests with/without CUDA, RAJA, OPENMP, MPI. However, right now it cannot pass PNNL CI due to a narrowing conversion when Ginkgo is used. I have opened a new issue for that, and I will pin @pelesh for further investigation.

nychiang commented 1 year ago

@cnpetra @tepperly I think this one is ready for merge. Then #653 is ready.

cnpetra commented 1 year ago

in interest of time I am merging this...