n27(0): n27(0): DAY1_EX3: n27(0): C version n27(0): An MPI example program. n27(0): MPI exercise #3 for day 1. n27(0): n27(0): Compiled on Oct 11 2007 at 10:09:05. n27(0): n27(0): The number of processes available is 9472. n27(0): n27(0): P:0 - MPI has no work for me! n27(0): P:1 sent 200 integers to process 3. n27(0): P:1 received real values from process 3. n27(0): P:1 Number of real values received is 6. n27(0): P:1 First 3 values = 0.471698 0.679245 0.924528 n28(2): n28(2): P:3 received integer values from process 1. n28(2): P:3 - Number of integers received is 200. n28(2): P:3 First 3 values = 0 1 4. n28(2): P:3 Input integer 25 becomes 0.471698. n28(2): P:3 Input integer 36 becomes 0.679245. n28(2): P:3 Input integer 49 becomes 0.924528. n28(2): P:3 sent 6 reals to process 1. n28(2): n28(2): P:2 - MPI has no work for me! n27(0): n27(0): DAY1_EX3: n27(0): Normal end of execution. All nodes terminated successfully.