n778(0): n778(0): QUADRATURE - Master process: n778(0): C version n778(0): An MPI example program. n778(0): Estimate the value of PI by approximating an integral. n778(0): The integral is approximated by a sum, n778(0): whose calculation is divided among a number of processes. n778(0): n778(0): Compiled on Oct 11 2007 at 10:10:46. n778(0): n778(0): The number of processes available is 4. n778(0): n778(0): QUADRATURE - Master process: n778(0): Number of intervals used is 100. n778(0): n778(0): QUADRATURE - Process 0: n778(0): My contribution to integral is 0.792876. n778(0): n339(2): n339(2): QUADRATURE - Process 2: n339(2): My contribution to integral is 0.782924. n339(2): n339(2): QUADRATURE - Process 3: n339(2): My contribution to integral is 0.777874. n778(0): QUADRATURE - Process 1: n778(0): My contribution to integral is 0.787926. n778(0): n778(0): QUADRATURE - Master process: n778(0): The estimate for PI is 3.1416009869231249 n778(0): The error of this estimate is 0.0000083333333318 n778(0): n778(0): Wall clock elapsed seconds = 0.002197 n778(0): n778(0): QUADRATURE - Master process: n778(0): Normal end of execution. All nodes terminated successfully.