I am considering working on a rigid body parallel physics engine, with MPI, as my own project. Have some experience with serial engines. So far, I couldnt find any existing projects of that type, does enyone knows about such things?
I know that MPI is not the best choice for real time physics, lots of time will be lost on duplicating data send/rcv between nodes. I planning on running it on non shared memory machine though.
Does it sounds like something worth doing? Thanks