March 16 2002 11:08:33.258 PM COMPUTE_PI Estimate the value of PI by summing a series. This program includes OpenMP directives, which may be used to run the program in parallel. LOGN_MAX = 8 March 16 2002 11:08:33.260 PM R_TEST: Using single precision arithmetic. N Estimate Error 100 3.1416008472 0.810623E-05 1000 3.1415929794 0.238419E-06 10000 3.1415905952 0.214577E-05 100000 3.1415328979 0.598431E-04 1000000 3.1413483620 0.244379E-03 10000000 3.0994129181 0.421798E-01 100000000 0.6710886359 2.47050 March 16 2002 11:08:59.248 PM D_TEST: Using double precision arithmetic. N Estimate Error 100 3.1416009869 0.833333E-05 1000 3.1415927369 0.833333E-07 10000 3.1415926544 0.833341E-09 100000 3.1415926536 0.836842E-11 1000000 3.1415926536 0.284217E-13 10000000 3.1415926536 0.412115E-12 100000000 3.1415926536 0.236522E-11 March 16 2002 11:09:30.829 PM COMPUTE_PI Normal end of execution.