Is there anyway to serialize a certain part of your MPI code ? For example when printing the information out to the screen. Something like below:
MPI_SERIALI
Nothing like that can be explicitly specified with MPI. You can, however use MPI_Gather to gather the stuff/values you want in one process and print them in order there.
MPI_Gather