Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 Smile
Find all posts by this user
Quote this message in a reply
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,
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 Smile

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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: