@@ -83,29 +83,18 @@ where
83
83
84
84
85
85
### Example of Output
86
- Rank #0 runs on: lqnguyen-NUC1, uses device: Intel(R) Gen9 HD Graphics NEO
87
-
88
- Number of steps is 1000000
89
-
90
- Cpu Seq calc: PI =3.14 in 0.00422 seconds
91
-
92
- Cpu TBB calc: PI =3.14 in 0.00177 seconds
93
-
94
- dpstd native: PI =3.14 in 0.209 seconds
95
-
96
- dpstd native2: PI =3.14 in 0.213 seconds
97
-
98
- dpstd native3: PI =3.14 in 0.00222 seconds
99
-
100
- dpstd native4: PI =3.14 in 0.00237 seconds
101
-
102
- dpstd two steps: PI =3.14 in 0.0014 seconds
103
-
104
- dpstd transform_reduce: PI =3.14 in 0.000528 seconds
105
-
106
- mpi native: PI =3.14 in 0.548 seconds
107
-
108
- mpi transform_reduce: PI =3.14 in 0.000498 seconds
109
-
110
- succes
111
-
86
+ ``` c++
87
+ Rank #0 runs on: lqnguyen-NUC1, uses device: Intel(R) Gen9 HD Graphics NEO \
88
+ Number of steps is 1000000 \
89
+ Cpu Seq calc: PI =3.14 in 0.00422 seconds \
90
+ Cpu TBB calc: PI =3.14 in 0.00177 seconds \
91
+ dpstd native: PI =3.14 in 0.209 seconds \
92
+ dpstd native2: PI =3.14 in 0.213 seconds \
93
+ dpstd native3: PI =3.14 in 0.00222 seconds \
94
+ dpstd native4: PI =3.14 in 0.00237 seconds \
95
+ dpstd two steps: PI =3.14 in 0.0014 seconds \
96
+ dpstd transform_reduce: PI =3.14 in 0.000528 seconds \
97
+ mpi native: PI =3.14 in 0.548 seconds \
98
+ mpi transform_reduce: PI =3.14 in 0.000498 seconds \
99
+ succes \
100
+ ```
0 commit comments