TACC / Galaxy

Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Apache License 2.0
19 stars 9 forks source link

Improve error handling #1

Open GregAbram opened 6 years ago

GregAbram commented 6 years ago

Any error anywhere should send an error message back to the root node which calls a (virtual) error handler which (if appropriate) should send a Quit so the whole ball of wax terminates gracefully.