Heiko Bauke

Results 15 comments of Heiko Bauke

I installed xeus-cling as described by @Waerden001 above under Ubuntu Linux 20.4. I am facing the same issues except that ``` jupyter console --kernel xcpp17 ``` just hangs forever. No...

@danmar : Thanks for drawing my attention to the failing builds. If I understand the issue correctly, Visual Studio has three different storage formats for solution files * UTF-8 *...

@elstoc I have not observed the kind of artifacts as described in #2813 so far. I would be valuable to have some test data to reproduce #2813.

I just observed, this has also been addressed in the PR #10507, which has not been merged.

Can somebody give me a hint why the build fails? I do not see any relation of the changes of this PR to the linker error given in the build...

@paperdigits Maybe my description is somewhat misleading. This patch is actually to provide compatibility of dt with the current git master of liblensfun, which still pretends to be version 0.3.95,...

Let me summarize: * dt currently compiles with lensfun 0.3.3 and 0.3.95, but not with the latest version of lensfun from git master branch. * Version 0.3.3 is the latest...

MPL is nothing but a light-weight wrapper around MPI. This means, you can actually use the MPI function `MPI_Comm_set_errhandler` (at least with `MPI_COMM_WORLD`). (MPL has currently no wrapper for error...

@VictorEijkhout The MPI standard provides rather week guaranties when it comes to error handling. Therefore, I did not pay much attention on this topic when creating the MPL library on...

In principle, one could in include information about the communicator into the exception that is thrown when an error occurs, e.g., via a reference or a pointer to the respective...