Cameron Rutherford
Cameron Rutherford
### Steps to reproduce https://github.com/LLNL/hiop/blob/develop/.github/workflows/spack_build.yml - this is the github workflow file that we are using. This seems to be an intermittent error that has persisted across spack versions, and...
This allowed me to build hiop@develop with exago@develop on crusher. cc @nychiang @pelesh
In this PR: - Deleted any commented out/unused methods that I noticed in the sparse matrix tests. Includes tests moved to sym sparse matrix tests - Moved some methods to...
Not 100% sure if this syntax is correct, but this was what I needed to add to avoid conflicts and build successfully on ROCm 5.2.0. Perhaps this is a case...
https://github.com/LLNL/hiop/blob/develop/CMakeLists.txt#L273
The error message is here: ```shell 27: Setting up Ginkgo solver ... 27: terminate called after throwing an instance of 'gko::CudaError' 27: what(): /tmp/ruth521/spack-stage/spack-stage-ginkgo-glu_experimental-dbmokiqc3tlyvnwehe546lb25lrnuaod/spack-src/cuda/base/executor.cpp:192: raw_copy_to: cudaErrorInvalidValue: invalid argument 27: [dlt03:33417]...
#676 identified how Incline is now failing CI due to unclear errors. We should do the following: - [ ] Upgrade to the latest ROCm major version of choice on...
Building HiOp spec `hiop@develop%[email protected] cxxflags="--gcc-toolchain=/share/apps/gcc/8.4.0/" ~cuda~deepchecking~ginkgo~ipo~jsrun+kron+mpi+raja+rocm~shared+sparse amdgpu_target=gfx908 build_system=cmake build_type=Release generator=make arch=linux-centos7-zen` on ROCm based platform Incline results in multiple errors based on unused variables - https://gitlab.pnnl.gov/exasgd/frameworks/exago-github-mirror/-/jobs/130334/raw I understand that compiler...
https://github.com/LLNL/hiop/blob/develop/src/Interface/hiopInterface.hpp#L60 https://github.com/pnnl/ExaGO/actions/runs/6304772661/job/17116842345?pr=15 This is a really weird bug, as even when building `petsc~mpi` in the `exago` package here, `petsc` insists on having an `mpi.h` lying around that is also picked...
This is a working set of modules for Incline CI to get back up and running on PNNL machines. We still have to: - [ ] Add separate commit status...