[OMPI users] Propregate Data Transfer

2008-03-25 Thread Samir Faci
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

[OMPI users] General Design Question

2008-03-05 Thread Samir Faci
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