Process 1 is active. Process 2 is active. Process 3 is active. 09 May 2025 9:20:03.072 PM MONTE_CARLO_MPI: FORTRAN90 version An MPI example program to estimate PI by the Monte Carlo method. The number of processes is 4 Points in the unit square will be tested to see if they lie in the unit quarter circle. Process 0 is active. The method continues computing until: PI is computed to a tolerance of 0.100000E-02 or the number of points used reaches 1000000 MONTE_CARLO_MPI - Master process: The random number server process ID is 3 MONTE_CARLO_MPI - Master process: Estimate for PI = 3.140676328502416 Error = 0.916325E-03 Number of points = 103500 MONTE_CARLO_MPI - Master process: Normal end of execution. 09 May 2025 9:20:03.133 PM