Arne Osterthun

Results 13 comments of Arne Osterthun

> For me this happened when trying to compile with clang. With gcc it worked fine. Can anyone maybe try reproducing with clang? Same thing here. In my setup I...

You might be interested in looking at #385 regarding your IOPOLL questions. But in general, you can either use `io_uring_submit_and_wait()` or a combination of `io_uring_submit()` and `io_uring_wait_cqe()`. In both cases...

Is there a way to transform a tiledb.DenseArray into a tiledb.SparseArray ?

When I understand correctly I'm required to provide the query with a sub-array in form of a hyper-rectangle. In my case I would like to provide the query a contiguous...

Regarding the `find_package(netCDFCxx REQUIRED)` call, the netCDFCxxConfig.cmake is installed into the same directory as the `netcdf-c` library. I had to use: `cmake .. -DnetCDFCxx_DIR=~/lib/cmake/netCDF/` for you it should be something...

For one it is weird that that `.cmake` file is missing. Besides that the print our you posted shows that you have installed `netcdf-cxx4` into both `~/Projects/libraries/netcdf-cxx/install` and `~/Projects/libraries/netcdf-cxx4/install`. I...

To get anywhere I tried building each of the dependencies by themselves to see what cmake flags are needed to get to working netcdf-cxx4 install through a cmake build pipeline....

Any progress on your end ?

I'm working on Manjaro with the XFCE desktop environment. I havn't been able to find librt in either conda nor pacman or the AUR.

Yeah it's really weird. Would it help if I tried to build netcdf from source to see if I can reproduce the error when building the library myself ? But...