I wrote a little HelloWorld mpi program with
.........
MPI_INIT(NULL, NULL)
..........
The program runs fine without the mps flag. But with -mps flag
it gives me a sementation fault.
I changed the call to MPI_INIT(&argc, &argv)
and it works. Something tells me this is a bug in the mps profiler in that it doesn't check for null.