inglês
Hi,
I am currently rewriting our ray tracing code and hope to eventually make it work in parallel. I am now at a point where I need to decide what method I will be using. I was looking into Boost (C++) before but hopefully, Open MP will do the job so I do not have to mix languages.
This is my first multi-threaded project so I am starting small to make sure I understand how everything works. In the code below, I am setting the number of threads manually since I do not want to tangle with scheduling concepts just yet.