Hi jeffy,
You probably want MPI_Reduce, instead.
http://www.open-mpi.org/doc/v1.6/man3/MPI_Reduce.3.php
> _______________________________________________
On May 15, 2012, at 11:27 PM, Rohan Deshpande wrote:
> I am performing Prefix scan operation on cluster
>
> I have 3 MPI tasks and master task is responsible for distributing the data
>
> Now, each task calculates sum of its own part of array using GPUs and returns the results to master task.
>
> Master task also calculates its own part of array using GPU.
>
> When each task returns its result (which would be array) master task needs to combine all the results to get the final result.
>
> Can I use MPI_SCAN to combine the results?
>
>
>
>
>
> users mailing list
> users@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
--
Jeff Squyres
jsquyres@cisco.com
For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
_______________________________________________
users mailing list
users@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users