Ciaran Welsh
Ciaran Welsh
Is there a complete example somewhere of how to do this using `googletest`? Thanks.
Hello. I have a similar issue. viztracer works great with multithreading but not so well with multiprocesses (yet). I've tried this solution but `get_tracer` returns None. Any ideas why? Thanks
@gaogaotiantian Thanks for getting back to me so fast. I'm using `multiprocessing.Process` but its kind of hard to abstract into a MWE (sorry). It turns out if I use the...
Yes looks like is a duplicate, thanks for pointing me to the other issue. After building hdf5-rust like this: // cargo.toml ``` hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", rev =...
Great, I'll not worry about it for now then and hope a fix turns up in time. Thanks for the help!