TYPE - Master process: A simple F77 program to set up and use an MPI datatype. The number of processes is 4 Process 0 is active. Process 0 sent an item of type POINT_TYPE, with value 1 2 4 Process 0 received a modified item of type POINT_TYPE, with value 400 20 1 TYPE - Master process: Normal end of execution. Process 1 is active. Process 1 expecting an item of type POINT_TYPE. Process 1 received an item of type POINT_TYPE, with value 1 2 4 Process 1 sent a modified item of type POINT_TYPE, with value 400 20 1 Process 2 is active. Process 2: MPI has nothing for me to do! Process 3 is active. Process 3: MPI has nothing for me to do!