Re: [OMPI users] MPI_SCAN

2012-05-19 Thread Rohan Deshpande
Hi jeffy, Thanks for your reply. I am not understanding how MPI_Reduce would be useful. Say I have 3 processes and each process has array [1,2,3,4] When each process calculates the prefix sum using cuda each process will have array as [1,3,6,10] so if I use MPI_Reduce to gather results it

Re: [OMPI users] Cannot compile code with gfortran + OpenMPI when OpenMPI was built with latest intl compilers

2012-05-19 Thread Tim Prince
On 5/19/2012 2:20 AM, Sergiy Bubin wrote: I built OpenMPI with that set of intel compilers. Everything seems to be fine and I can compile my fortran+MPI code with no problem when I invoke ifort. I should say that I do not actually invoke the "wrapper" mpi compiler. I normally just add flags as

[OMPI users] Cannot compile code with gfortran + OpenMPI when OpenMPI was built with latest intl compilers

2012-05-19 Thread Sergiy Bubin
Hi,I reinstalled/upgraded the operating system on my desktop (now it is Kubuntu 12.04 64 bit) and installed the newest set of intel compilers (ver. 12.1.3 ). Then I built OpenMPI with that set of intel compilers. Everything seems to be fine and I can compile my fortran+MPI code with no problem