c++ - Real time physics with MPI -


i considering working on rigid body parallel physics engine, mpi, own project. have experience serial engines. far, couldnt find existing projects of type, enyone knows such things?

i know mpi not best choice real time physics, lots of time lost on duplicating data send/rcv between nodes. planning on running on non shared memory machine though.

does sounds worth doing? thanks

if can fit job available memory gpu (either cuda or opencl) may way go.

mpi isn't made responsiveness, exotic low latency interconnects message passing slow. unless it;'s changed since day lot of code polling nodes , waiting reply doesn't help.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -