Originally posted by: CTho9305
Parallel raytracer
Originally posted by: tfinch2
Originally posted by: CTho9305
Parallel raytracer
Fixed.
I am modifying mpiPovRAY for research. I had a segmentation fault that took me 3+ hours to figure out what the hell was going on, but it was the easiet error once I noticed what was going on. Don't you hate those?
Originally posted by: CTho9305
Originally posted by: tfinch2
Originally posted by: CTho9305
Parallel raytracer
Fixed.
I am modifying mpiPovRAY for research. I had a segmentation fault that took me 3+ hours to figure out what the hell was going on, but it was the easiet error once I noticed what was going on. Don't you hate those?
Raytracing is an embarrassingly parallel problem. It'd be more interesting to parallelize something else. I did one for a class and made it threaded (on bot Linux and Windows).
Originally posted by: tfinch2
Originally posted by: CTho9305
Originally posted by: tfinch2
Originally posted by: CTho9305
Parallel raytracer
Fixed.
I am modifying mpiPovRAY for research. I had a segmentation fault that took me 3+ hours to figure out what the hell was going on, but it was the easiet error once I noticed what was going on. Don't you hate those?
Raytracing is an embarrassingly parallel problem. It'd be more interesting to parallelize something else. I did one for a class and made it threaded (on bot Linux and Windows).
What class? Undergrad or Graduate?
I'm currently reading through Realistic Ray Tracing by Shirley and Morley