Roger Pawlowski
Roger Pawlowski
> Random test failure: NOX_Brusselator Hmm.. The test output shows this, yet it is flagged as failed: ``` testStatus = 0 Test passed ``` I'll look into it.
EMPIRE was also seeing a configure failure similar to what @spdomin noted in #11426 with the tribits push from last week: ``` 02:06:42 Setting up major user options ... 02:06:42...
@bartlettroscoe - you don't have to properly deprecate for empire. empire is not setting that flag anywhere. It is being set by the atdm build scripts and needs to be...
@cgcgcg - yes. This fixes the issues! Thanks!
I don't think we have ever tried that. Adding @gsjaardema to the discussion.
To be clear - you are computing an average value on the face of a sideset and trying to store that to visualize?
We have never tried to take surface data and store it in exodus. We don't have any examples of that. When we work with surfaces, we usually create a response...
> @sebrowne, I would be curious what the argument could be against running a small number of timing out tests again in serial at the end of a PR build....
So with rerunning tests, any race condition (not just ones that show up with overloaded cuda cards) can just be ignored by our PR system by getting lucky. This seems...
Teuchos::any should probably be deprecated in favor of std::any now that trilinos requires C++17.