Chris Byrohl
Chris Byrohl
Hi there, I thought of paravt for analysing larger dataset distributed onto multiple nodes. However, it seems that this is limited to ~2 billion particles as relevant integers seem to...
**Describe the bug** Stdout created in functions not defined in the code block itself will not be rendered (but shows up in the stdout of the mkdocs run) **To Reproduce**...
### Bug report Apologies, not sure whether this is a bug or it's just a minimal example for MPI volume rendering lacking. Trying to parallelize rendering in yt with MPI...
### Bug report When rendering a scene with yt using MPI and wanting to write the image to disk on rank==0 only, the inspired recipe from the documentation (https://yt-project.org/doc/analyzing/parallel_computation.html#creating-parallel-and-serial-sections-in-a-script) leads...
I think empty buffers should be valid. SYCL2020 3.10 says: "The minimum number of elements in a buffer object is zero." ```cpp #include #include #include // use namespace cl::sycl as...
**Bug summary** get_device().get_info() returns 18446744073709551615 for cpu device. **To Reproduce** e.g. ```cpp spdlog::info("Device: {}", Globals::Queue.get_device().get_info()); auto global_mem = Globals::Queue.get_device().get_info(); spdlog::info("Global memory: {} MB", global_mem / 1024 / 1024); ``` **Expected...