David Wells
David Wells
#5453 reminded me that I have been meaning to clean things up in this part of the library. We currently have several open issues for the PETSc bindings: - [x]...
Followup to #13765 and #13766. We typically (but not always) call the same three grid fixup functions after loading in data. This PR adds a utility function for calling all...
We have a bunch of failing HDF5 tests: https://cdash.43-1.org/viewTest.php?onlyfailed&buildid=1177 However, it looks like the root cause is based on some obscure race condition with custom HDF5 types: i.e., I have...
This is mildly annoying - we should modify the cmake script to delete trailing whitespace.
It would be nice if we could disable the test runners which actually compile and test things when we only change documentation.
If I run the test suite without LAPACK I still get a few failling tests: ``` 3890 - fe/rt_bubbles_12.debug (Failed) 3891 - fe/rt_bubbles_12.release (Failed) 3892 - fe/rt_bubbles_13.debug (Failed) 3893 -...
More progress on #13949 - now for adol-c instead of Sacado. I tested this on my machine with and without advanced branching.
I updated things on my local machine and that has necessitated some fixes - I have a few more minor updates for the mailing list and ibsamrai2. This version of...
This is not useful since our local CI doesn't pass unless 100% of run tests pass and there are zero warnings. Fixes #1666. The normal checklist doesn't apply.