Skip to content

Support MPI parallelism with BVH ray intersection #2197

@vincentchabannes

Description

@vincentchabannes
  • The intersect method of BVH must return global results by gathering all local results. Support also some special cases/optimization : only sequential results, closest or any intersection
  • Implement a first MPI version, a vector of ray distributed over all process. NOTE: this solution will be improved, here we apply an all_gather of all rays

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions