Can I build PPSSPP on Linux with MPI?
|
04-29-2018, 10:00 AM
Post: #1
|
|||
|
|||
Can I build PPSSPP on Linux with MPI?
Hello guys,
Recently I am working on MPI builds of cxx programs on Ubuntu. I am interested whether PPSSPP can be built with mpicxx in OPENMPI or MPICH. If so, how should I configure CmakeLists? Thanks a lot |
|||
07-17-2018, 08:58 AM
Post: #2
|
|||
|
|||
RE: Can I build PPSSPP on Linux with MPI?
(04-29-2018 10:00 AM)Zero Blaster Wrote: Hello guys, I'm not sure what you you are trying to achieve by this, application should embed MPI features into it's code, not just be built with mpicxx. I used MPICH for parallel computing (generally large matrix operations) some time ago and I can say that MPI library can't do all the work for you, you have to use library functions and organize parallel computation yourself. |
|||
« Next Oldest | Next Newest »
|