1 | |
---|
2 | mpirun -c 42 python run_flagstaff.py |
---|
3 | |
---|
4 | That took 2934.78 seconds |
---|
5 | Communication time 191.28 seconds |
---|
6 | Reduction Communication time 69.67 seconds |
---|
7 | Broadcast time 9.52 seconds |
---|
8 | |
---|
9 | ================== |
---|
10 | |
---|
11 | mpirun -c 32 python run_flagstaff.py |
---|
12 | |
---|
13 | That took 3813.82 seconds |
---|
14 | Communication time 249.50 seconds |
---|
15 | Reduction Communication time 70.13 seconds |
---|
16 | Broadcast time 8.47 seconds |
---|
17 | |
---|
18 | |
---|
19 | ================ |
---|
20 | |
---|
21 | mpirun -c 16 python run_flagstaff.py |
---|
22 | |
---|
23 | That took 7307.49 seconds |
---|
24 | Communication time 561.49 seconds |
---|
25 | Reduction Communication time 69.28 seconds |
---|
26 | Broadcast time 9.54 seconds |
---|
27 | |
---|
28 | |
---|
29 | ================================================================== |
---|
30 | |
---|
31 | |
---|
32 | mpirun -c 8 python run_flagstaff.py |
---|
33 | |
---|
34 | That took 17074.83 seconds |
---|
35 | Communication time 834.37 seconds |
---|
36 | Reduction Communication time 69.87 seconds |
---|
37 | Broadcast time 13.21 seconds |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | lamexec n12 python run_flagstaff_sequential.py |
---|
42 | That took 81556.81 seconds |
---|
43 | |
---|
44 | |
---|
45 | =============================================================== |
---|
46 | mpirun -c 4 python run_flagstaff.py |
---|
47 | |
---|
48 | Processor 0, Time = 1200.0000, delta t = 0.00469474, steps=1 (1) |
---|
49 | That took 14348.35 seconds |
---|
50 | Communication time 943.78 seconds |
---|
51 | Reduction Communication time 20.74 seconds |
---|
52 | Broadcast time 4.27 seconds |
---|
53 | |
---|
54 | That took 14331.26 seconds |
---|
55 | Communication time 933.47 seconds |
---|
56 | Reduction Communication time 21.18 seconds |
---|
57 | Broadcast time 4.53 seconds |
---|
58 | |
---|
59 | =============================================================== |
---|
60 | lamexec n12 python run_flagstaff.py |
---|
61 | Processor 0, Time = 1200.0000, delta t = 0.00444963, steps=1 (1) |
---|
62 | That took 80647.45 seconds |
---|
63 | Communication time 4.79 seconds |
---|
64 | Reduction Communication time 6.20 seconds |
---|
65 | Broadcast time 1.99 seconds |
---|
66 | |
---|