Valentin Churavy
Valentin Churavy
You need to use the current master. Then there should be no warnings. On Mon, 28 Mar 2016, 20:15 Andrei Zhabinski, [email protected] wrote: > StrPack seems to be quite outdated...
What happens if you do ``` @struct immutable MyCL_double2 ... end ```
I just encountered this error on a student laptops and it turned out that his laptop doesn't support `Float64` compute. To test that you can use the following function that...
You might want to look at JuliaDB.jl
Happy to take a PR.
If someone want to take on https://github.com/JuliaPackaging/Yggdrasil/pull/4776 that would be great. Then we can provide binaries for OpenMPI & MPICH as well as our portability layer MPItrampoline
@wcwitt if you want to take a look, you could start with #80. I won't have time to finish this any time soon, but that's my believe in how we...
The idea here is that we should use `uv_async_send` to notify an `Base.AsyncCondition` so that we could call progress on the Libuv threadpool.
This should be fine for normal requests, but AMHandler pose a problem. LibUV will coalesce signals to the same handler http://docs.libuv.org/en/v1.x/async.html so with multiple invokes to the same AM handler...
Yeah it's a wrapper around the ucx library used for research purposes. Never gotten to a point sofar were we started using it for anything more than a prototype.