Hi Everyone,
What the regular method of compiling and running mpi code on Cell Broadband
ppu-gcc and spu-gcc?
Regards,
Attila Borcs
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
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
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