BUFFON_LAPLACE - Master process: FORTRAN90 version An MPI example program to estimate PI using the Buffon-Laplace needle experiment. On a grid of cells of width A and height B, a needle of length L is dropped at random. We count the number of times it crosses at least one grid line, and use this to estimate the value of PI. The number of processes is 1 Cell width A = 1.000000 Cell height B = 1.000000 Needle length L = 1.000000 0 123456789 0.161106E-01 Trials Hits Estimated PDF Estimated Pi Error 100000 95517 0.955170000000 3.14080216087 0.790492717906E-03 BUFFON_LAPLACE - Master process: Normal end of execution.