using (var env = new MPI.Environment(ref args, state.ThreadState))
{
MessageBox.Show(String.Format("Hellow world on process {0} of {1}",
Communicator.world.Rank.ToString(),
Communicator.world.Size.ToString()));
}