• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

any fun software coding projects to take part in for an experienced c++ programmer?

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? 😛
 
OpenOffice.org is always in need of developers. I want to help out, but I need more experience programming. I'm still in my infant stage.
 
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: 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
 
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

Undergrad. I forget what the textbook was since I didn't really use it, but I think it had a picture of a tiger on the cover.
 
Back
Top