Process 1 is active. 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! 09 May 2025 9:20:06.440 PM TYPE_MPI: FORTRAN90 version An MPI example program to set up and use an MPI datatype. The number of processes is 4 Process 1 expecting an item of type POINT_TYPE. Process 0 is active. Process 0 sent an item of type POINT_TYPE, with value 1 2 4 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 0 received a modified item of type POINT_TYPE, with value 400 20 1 TYPE_MPI: Normal end of execution. 09 May 2025 9:20:06.490 PM