-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathheated_plate_local_icpc_output.txt
114 lines (90 loc) · 2.34 KB
/
heated_plate_local_icpc_output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
HEATED_PLATE_OPEN_MP
C++/OpenMP version
A program to solve for the steady state temperature distribution
over a rectangular plate.
Spatial grid of 500 by 500 points.
The iteration will be repeated until the change is <= 0.001
Number of processors available = 16
Number of threads = 1
MEAN = 74.9499
Iteration Change
1 18.7375
2 9.36874
4 4.09882
8 2.28958
16 1.1366
32 0.568201
64 0.282805
128 0.141777
256 0.070808
512 0.035427
1024 0.0177074
2048 0.00885567
4096 0.0044276
8192 0.00221017
16384 0.00104281
16955 0.00099998
Error tolerance achieved.
Wallclock time = 13.3642
HEATED_PLATE_OPEN_MP:
Normal end of execution.
HEATED_PLATE_OPEN_MP
C++/OpenMP version
A program to solve for the steady state temperature distribution
over a rectangular plate.
Spatial grid of 500 by 500 points.
The iteration will be repeated until the change is <= 0.001
Number of processors available = 16
Number of threads = 2
MEAN = 74.9499
Iteration Change
1 18.7375
2 9.36874
4 4.09882
8 2.28958
16 1.1366
32 0.568201
64 0.282805
128 0.141777
256 0.070808
512 0.035427
1024 0.0177074
2048 0.00885567
4096 0.0044276
8192 0.00221017
16384 0.00104281
16955 0.00099998
Error tolerance achieved.
Wallclock time = 6.48287
HEATED_PLATE_OPEN_MP:
Normal end of execution.
HEATED_PLATE_OPEN_MP
C++/OpenMP version
A program to solve for the steady state temperature distribution
over a rectangular plate.
Spatial grid of 500 by 500 points.
The iteration will be repeated until the change is <= 0.001
Number of processors available = 16
Number of threads = 4
MEAN = 74.9499
Iteration Change
1 18.7375
2 9.36874
4 4.09882
8 2.28958
16 1.1366
32 0.568201
64 0.282805
128 0.141777
256 0.070808
512 0.035427
1024 0.0177074
2048 0.00885567
4096 0.0044276
8192 0.00221017
16384 0.00104281
16955 0.00099998
Error tolerance achieved.
Wallclock time = 6.02995
HEATED_PLATE_OPEN_MP:
Normal end of execution.