This would be a departure from the SPMD paradigm that seems central to MPI's design. Each process would be a completely different program (piece of code) and I'm not sure how well that would working using MPI?
BTW, MPI is commonly used in the parallel discrete even world for communication between LPs (federates in HLA). But these LPs are usually the same program. ---John On Mon, Apr 15, 2013 at 10:22 AM, John Chludzinski <john.chludzin...@gmail.com> wrote: > Is anyone aware of an MPI based HLA/RTI (DoD High Level Architecture > (HLA) / Runtime Infrastructure)? > > ---John