Benedikt Steinbusch
Benedikt Steinbusch
Yeah, when I started on rsmpi I structured it in a way that is more geared toward using it from a rust application and having rsmpi be the only interface...
Apologies for the super long delay. If you are still interested, I think it is not necessary to mark all communication functions `unsafe`. I do not think that what the...
> That is known to be more strict, because iproute2's parsing seems too lax to me, accepting things that it shouldn't accept. Is the file format documented outside of the...
No problem. I had to look up `scanf` as well. I left a review with some things I noticed on the MR, I hope that was not too forward of...
It seems to be confirmed now that the MAC algorithms `[email protected]` and `[email protected]` are not working at the moment. Instead of relying on user configuration to work around the issue,...
I know. I am doing that at the moment. My question is whether the constellation where different dependencies of `mpi` have build dependencies on different versions of `clang-sys` should actually...
You are quite welcome. If we are honest, I am not being completely selfless here. I know nothing about `cargo` internals, but I am not sure this is a host...
Well this is something that recently showed up for the `mpi` crate, but probably not due to a change in cargo. `mpi-sys` depends on `bindgen 0.33` which as of 11...
All right, for now I can live with the workaround of pinning my dependencies. When cargo is changed to loosen these restrictions, I can loosen the version specifications again.
The issue I initially described here is not related to what @klausi describes and I do not think it can be solved by rust-lang/cargo#4978. In the case I described, `mpi-sys`...