brianmoose

Results 13 comments of brianmoose

I'll chime in, even though I am only tangentially involved. From my understanding, yes, that libmesh change will stop these tests from segfaulting and probably make them pass. However, the...

We just started using the conda packages for Kokkos on linux and Mac. They seem to work well. We wanted to also use it for Windows. The current conda recipe...

We have been using the windows conda package as described above without any issues. We haven't put up the changes to upstream conda-forge as we have our own conda repository...

Django has "management" commands, see `ci/management/commands` for some examples. A couple of these are routinely called via cron. This is how civet recipes are loaded into the DB. It should...

Yeah, this would happen occasionally and was pretty annoying. I was not a big fan of keeping state on the server since it would need to be stored in the...

Hah! Not looking as yet, just getting back from an Alaska trip. I will be in Idaho Falls in a week or two if anybody wants to get a :beer:!

This would probably be a `civet_recipes` issue. Timing should already be in a database. Code coverage would probably need to be parsed before putting into a database.

Good to see nothing has changed! :smile:

I'm not in the loop anymore but I still get alerted for civet issues, and since I have nothing better to do with my life, I took a look. :)...

By the way, `moose/unit` is not affected by this because it does reference functions in libmoose-unit-opt.so when main() calls `registerApp(MooseUnitApp)`. The modules don't have separate unit test apps, so they...