Klaus Zimmermann

Results 80 comments of Klaus Zimmermann

I attach a slurm log file. [slurm-18620772.out.txt](https://github.com/dask/dask/files/8909025/slurm-18620772.out.txt) The interesting bits are in lines 93795ff, which I reproduce below. Note that I added debug output that shows the `self._lookup` and `self._lazy`...

Strange. Thanks for taking care of this, @jsignell!

For what it's worth, I encountered something that feels similar when working with masked arrays in dask array (dask/dask#9181). The issue was that dask lost the ability to deserialize masked...

It is notoriously difficult to deal with plugin systems including binary dependencies in wheels. This is because wheels have no way to ensure a consistent environment with regard to the...

Is this still an issue?

I see. I have no direct answer, though a possible mismatch between data types that manifests only when particularly large numbers are randomly hit is a candidate. Regardless, to help...

To revive this issue, in conda-forge/ncview-feedstock@149e975f025b76c73960689159be98e5d6f593b7 we installed xquartz via homebrew by modifying `.scripts/run_osx_build.sh`. This is a rather annoying solution since it needs to be reapplied after every rerendering.

openmp-5.0.0 is almost 4 years old; the current version is 8.0.1. On the face of it, it doesn't seem surprising that two different implementations of the same api are colliding....

Hm. The two packages `scip` and `casadi` depend on `flang` only via `ipopt`, as far as I can see, so let's focus on that and see where we can get....

@prachi237, that's great! Thanks a lot. @mbargull and @tdegeus are the experts, but let me try to get you started. Then you can figure out where exactly to place the...