Re: [OMPI users] Is there an "flush()"-like function in MPI?

2009-09-26 Thread Attila Börcs
Hi! Do you use MPI_Wait or MPI_Waitall functions in your code? Because if you achieve to non-blocking sending in your code, you should wait for non-blocking sendig to complete. All the best, Attila Borcs 2009/9/26 guosong > Hi all, > I am wondering if there is an flush()-like function in MPI

[OMPI users] SVD with mpi

2009-09-08 Thread Attila Börcs
Hi Everyone, I'd like to achieve singular value decomposition with mpi. I heard about Lanczos algorith and some different kind of algorith for svd, but I need some help about this theme. Knows anybody some usable code or tutorial about parallel svd? Best Regards, Attila

Re: [OMPI users] [OT] : Programming on PS3 Cell BE chip ?

2009-09-02 Thread Attila Börcs
Hi! The CMS (Cell Messaging Layer) is a function collection, wherewith you can provide spu with parallel communications. I never user it, just read about this technology. I read this fact that, in CMS function environment just the synchronized communication is allowable, you can't programming the

[OMPI users] compile mpi program on Cell BE

2009-08-09 Thread Attila Börcs
Hi Everyone, What the regular method of compiling and running mpi code on Cell Broadband ppu-gcc and spu-gcc? Regards, Attila Borcs