Jan Kohnert

Results 11 comments of Jan Kohnert

There seem to be build/test issues, I'll look into this.

I've now reworked this whole thing. The basic idea is to always use the configurable `$INSTALL_PREFIX/lib/gnudatalanguage` as driver install dir. We determine the location of installed `*.pro`-files (and some other...

@GillesDuvert thanks for having a look at this. The failing tests were obviously unintended and I actually thought, I had fixed the problem. I'll have another look as soon as...

@GillesDuvert I think, this is OK now: There are still some tests failing for MacOS, but they seem unrelated, at least to me. For tests to run on Linux/Mac the...

Thanks again, @GillesDuvert; I'll take another look into this. Unfortuately, I do not have access to a MacOS maschine; I hope to get a clue, though. :grin:

I get the `test_hdf5.pro` error , too on a local build in Arch. It turns out to be an error in `wait()` within spawn. I made a small change in...

I tried `waitpid(pid, &status, 0)` while debugging, this doesn't change anything... There must be something else broken. :sob:

@alaingdl Got the reason: The culprit is setting SIGCHLD to SIG_IGN (gdl.cpp, line 519). This was introduced in #1870 (at least according to the commit message). However, in doing so,...

When I compile an run this test program on Arch, I, too, get the error message. When debugging, why the error occurs, I found the following: 1. A (randomly names)...

Hm, currently it looks like this: ```shell jankoh@kohni-mobil untitled $ ldd cmake-build-debug/untitled | grep mpi libmpi.so.40 => /usr/lib/libmpi.so.40 (0x00007fc059e00000) jankoh@kohni-mobil untitled $ pacman -Qo /usr/lib/libmpi.so.40 /usr/lib/libmpi.so.40 ist in openmpi 5.0.6-2...