n778(0): n778(0): SUM - Master process: n778(0): C version n778(0): An MPI example program. n778(0): The master process computes some coefficients, n778(0): sends them to each worker process, which sums them. n778(0): n778(0): Compiled on Oct 11 2007 at 10:11:14. n778(0): n778(0): The number of processes available is 4. n778(0): n778(0): SUM - Process 0: n778(0): n778(0): SUM - Process 1: n778(0): My contribution to the sum is 19197.565848 n778(0): My contribution to the sum is 0.000000 n339(2): n339(2): SUM - Process 2: n339(2): My contribution to the sum is 38395.131695 n339(2): n339(2): SUM - Process 3: n339(2): My contribution to the sum is 57592.697543 n778(0): n778(0): SUM - Master process: n778(0): The total sum is 115185.3950864409853239 n778(0): n778(0): SUM - Master process: n778(0): Normal end of execution. All nodes terminated successfully.