Hello All,
I currently have an application that works perfectly fine on 2 cores, but
I'm moving it to an 8 core machine and I was wondering if OpenMPI had a
built in solution, or if I would have to code this out manually.
Currently, I'm processing on core X and sending the data to core 0 where
I have a small program that I'd like to use two level of parallelization.
I'm doing some image analysis where I'd like to have the image analsys being
parallized and the search through a collection of images.
Currently I have a custum C++ class that does the image manipulation on each
file I'm lo