Randolph Settgast

Results 32 issues of Randolph Settgast

Hello, For the following snippet: ``` double Xref[2][3] = { { -1.31, -1.15, -1.23 }, { 1.38, -1.22, -1.17 } }; double Xref[2][3] = { -1.31, -1.15, -1.23, 1.38, -1.22,...

C and C++11
Known Problem

unit tests are now being executed on a GPU enabled runner. Two tests are failing. I turned them off in `develop` and have reenabled them in this PR. They need...

ci: ready to be merged

## Description We should use `streak.llnl.gov` as a GitHub actions runner to speed up CI and increase usability of testing. ## Issues in this EPIC - [x] #2657 - [x]...

EPIC

In an attempt to identify some errors we are seeing on cuda systems, I removed all `array1d` from the code and replaced it with `string_array` which aliases `std::vector`....it remains to...

ci: run CUDA builds
ci: run integrated tests

contains pruned work from https://github.com/GEOS-DEV/GEOS/tree/yohann/mf-solid-mech https://github.com/GEOS-DEV/LvArray/pull/287

**What is the requested feature?** It is time to say farewell to our `thirdPartyLibs` repository, and the cmake build system for our TPL's. We have a viable spack configuration setup,...

type: feature
type: documentation
EPIC

- [x] Enable Cuda builds on `streak2` - [ ] Generalize self hosted runner certificate process for multiple container OS (Ubuntu, CentOS)

ci: ready to be merged
ci: run integrated tests

We need to update CI platforms and compilers. - On LLNL/Quartz we have: - gcc12 - clang14 - On LLNL/Lassen we have: - gcc8 - clang14 - cuda10 - cuda11...

type: new