Veselin Dobrev

Results 475 comments of Veselin Dobrev

We test with GCC 8 and we don't see compiler crashes with this version.

@spackbot fix style

Migrated to https://github.com/spack/spack-packages/pull/496.

> > I am running into linker issues with SUNDIALS 7.1.1. It's probably something on my end but is there a version that someone else has working? > > Starting...

Also, this PR needs to be updated after #4480 was merged. The ball is in my court.

@cjvogl, @jandrej, I think I addressed all feedback comments. Take a look and let me know if I missed something.

Re-merged in `next` for testing...

Re-merged in `next` for testing...

I think I understand why we run into this issue. The issue is the order in which the exit hooks for `mfem::Hypre` and `CUDA` are registered. We first call `mfem::Hypre::Instance`...