Markus Blatt

Results 277 comments of Markus Blatt

I don't think you need MPI to get into an awkward situation. We just need to throw an exception while the ErrorGuard with recorded errors is on the stack and...

That example compiles with g++-8 (g++-8 -std=c++17 -c k.cpp -o k.o; g++-8 -std=c++17 -o main main.cpp k.o) with the following changes: ``` diff diff --git a/k.hpp b/k.hpp index 396e94a..7c3a416 100644...

Well, at least with g++-8.3.0-6 on Debian, which might have additional patches applied.

Have you been able to somehow resolve this?

Mmh. But you seem to have other compilers available. Do you need to to stick to 8.* because of other dependencies?

On Wed, Jul 08, 2015 at 04:55:07AM -0700, dr-robertk wrote: > I hope we agree on the problem that the function > GridHelpers::faceNormal should give the same answer for both...

Wow! I like this. Looking forward to the benchmark

Maybe your system is not configured to trust the ca-certificate authority used by us.

Please note the handling and detection of `''` is handled in WellProductionProperties.cpp. The downside of this is that this means that the default handling is made at two places. The...

jenkins build this please