Mixed MPI
Native MPI code modified to be “Legion-aware”, i.e., manipulate BasicFiles
Include “legion/LegionNativeMPIUtils.h”
Call LegionNativeMPI_init(&argc, &argv) after MPI_Init
Register identical to Native MPI
Run requires extra “-legion” flag
$ legion_native_mpi_run -n 8 -legion mpimixed