Run run_1_thread | Number processes: 1Number nodes: 1Run Command: <executable> kmeans/input/100000000.in 1000 100000000 50 25MPI Command: Dataset: Run Directory: /home/fmusial/KMEANS_BenchmarksOMP_PROC_BIND: closeOMP_NUM_THREADS: 1OMP_WAIT_POLICY: activeOMP_PLACES: cores |
---|---|
Run run_2_threads | Number processes: 1Number nodes: 1Run Command: <executable> kmeans/input/100000000.in 1000 100000000 50 25MPI Command: Dataset: Run Directory: /home/fmusial/KMEANS_BenchmarksOMP_PLACES: coresOMP_PROC_BIND: closeOMP_NUM_THREADS: 2OMP_WAIT_POLICY: active |
Run run_4_threads | Number processes: 1Number nodes: 1Run Command: <executable> kmeans/input/100000000.in 1000 100000000 50 25MPI Command: Dataset: Run Directory: /home/fmusial/KMEANS_BenchmarksOMP_PLACES: coresOMP_PROC_BIND: closeOMP_NUM_THREADS: 4OMP_WAIT_POLICY: active |
Run run_8_threads | Number processes: 1Number nodes: 1Run Command: <executable> kmeans/input/100000000.in 1000 100000000 50 25MPI Command: Dataset: Run Directory: /home/fmusial/KMEANS_BenchmarksOMP_PLACES: coresOMP_PROC_BIND: closeOMP_NUM_THREADS: 8OMP_WAIT_POLICY: active |
Run run_10_threads | Number processes: 1Number nodes: 1Run Command: <executable> kmeans/input/100000000.in 1000 100000000 50 25MPI Command: Dataset: Run Directory: /home/fmusial/KMEANS_BenchmarksOMP_PROC_BIND: closeOMP_PLACES: coresOMP_NUM_THREADS: 10OMP_WAIT_POLICY: active |
Loop id | Source Location | Source Function | Level | Max Thread Time / Walltime run_1_thread (%) | Max Thread Time / Walltime run_2_threads (%) | Max Thread Time / Walltime run_4_threads (%) | Max Thread Time / Walltime run_8_threads (%) | Max Thread Time / Walltime run_10_threads (%) | Exclusive Coverage run_1_thread (%) | Exclusive Coverage run_2_threads (%) | Exclusive Coverage run_4_threads (%) | Exclusive Coverage run_8_threads (%) | Exclusive Coverage run_10_threads (%) | Inclusive Coverage run_1_thread (%) | Inclusive Coverage run_2_threads (%) | Inclusive Coverage run_4_threads (%) | Inclusive Coverage run_8_threads (%) | Inclusive Coverage run_10_threads (%) | Max Exclusive Time Over Threads run_1_thread (s) | Max Exclusive Time Over Threads run_2_threads (s) | Max Exclusive Time Over Threads run_4_threads (s) | Max Exclusive Time Over Threads run_8_threads (s) | Max Exclusive Time Over Threads run_10_threads (s) | Max Inclusive Time Over Threads run_1_thread (s) | Max Inclusive Time Over Threads run_2_threads (s) | Max Inclusive Time Over Threads run_4_threads (s) | Max Inclusive Time Over Threads run_8_threads (s) | Max Inclusive Time Over Threads run_10_threads (s) | Exclusive Time w.r.t. Wall Time run_1_thread (s) | Exclusive Time w.r.t. Wall Time run_2_threads (s) | Exclusive Time w.r.t. Wall Time run_4_threads (s) | Exclusive Time w.r.t. Wall Time run_8_threads (s) | Exclusive Time w.r.t. Wall Time run_10_threads (s) | Inclusive Time w.r.t. Wall Time run_1_thread (s) | Inclusive Time w.r.t. Wall Time run_2_threads (s) | Inclusive Time w.r.t. Wall Time run_4_threads (s) | Inclusive Time w.r.t. Wall Time run_8_threads (s) | Inclusive Time w.r.t. Wall Time run_10_threads (s) | Nb Threads run_1_thread | Nb Threads run_2_threads | Nb Threads run_4_threads | Nb Threads run_8_threads | Nb Threads run_10_threads | GFLOPS run_1_thread | GFLOPS run_2_threads | GFLOPS run_4_threads | GFLOPS run_8_threads | GFLOPS run_10_threads | Vectorization Ratio (%) | Vector Length Use (%) | Speedup If No Scalar Integer | Speedup If FP Vectorized | Speedup If Fully Vectorized | Speedup If Perfect Load Balancing run_1_thread | Speedup If Perfect Load Balancing run_2_threads | Speedup If Perfect Load Balancing run_4_threads | Speedup If Perfect Load Balancing run_8_threads | Speedup If Perfect Load Balancing run_10_threads | Stride 0 | Stride 1 | Stride n | Stride Unknown | Stride Indirect | Array Access Efficiency | (run_1_thread) Efficiency | (run_1_thread) Potential Speed-Up (%) | (run_2_threads) Efficiency | (run_2_threads) Potential Speed-Up (%) | (run_4_threads) Efficiency | (run_4_threads) Potential Speed-Up (%) | (run_8_threads) Efficiency | (run_8_threads) Potential Speed-Up (%) | (run_10_threads) Efficiency | (run_10_threads) Potential Speed-Up (%) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | kmeans-gcc-Ofast - main.cpp:116-122 | k_means(int, point_t*, point_t*, int*, int, int) [clone ._omp_fn.0] | Innermost | 98.50 | 77.30 | 56.22 | 36.35 | 30.23 | 98.95 | 97.74 | 96.48 | 89.58 | 91.70 | 98.95 | 97.74 | 96.48 | 89.58 | 91.70 | 341.56 | 170.35 | 88.13 | 46.11 | 36.00 | 341.56 | 170.35 | 88.13 | 46.11 | 36.00 | 341.56 | 172.47 | 88.87 | 46.27 | 38.30 | 341.56 | 172.47 | 88.87 | 46.27 | 38.30 | 1 | 2 | 4 | 8 | 10 | 2.95 | 5.95 | 11.91 | 23.87 | 30.01 | 51.43 | 18.48 | 1.18 | 2.18 | 5 | 1 | 1.12 | 1.2 | 1.21 | 1.15 | 0.5 | 1 | 0 | 0 | 0 | 100.00 | 1 | 0 | 0.99 | 0.96 | 0.96 | 3.78 | 0.92 | 6.92 | 0.89 | 9.93 |
2 | kmeans-gcc-Ofast - main.cpp:115-122 | k_means(int, point_t*, point_t*, int*, int, int) [clone ._omp_fn.0] | Outermost | 1.04 | 0.76 | 0.60 | 0.37 | 0.41 | 1.04 | 1.00 | 0.95 | 0.90 | 0.95 | 100.00 | 98.74 | 97.43 | 90.48 | 92.66 | 3.60 | 1.67 | 0.94 | 0.47 | 0.48 | 345.16 | 172.01 | 89.07 | 46.48 | 36.42 | 3.60 | 1.76 | 0.88 | 0.46 | 0.40 | 345.16 | 174.23 | 89.75 | 46.74 | 38.70 | 1 | 2 | 4 | 8 | 10 | 2.49 | 5.54 | 10.98 | 21.25 | 29.06 | 25 | 15.63 | 2 | 1 | 7.2 | 1 | 1.08 | 1.28 | 1.25 | 1.48 | 0 | 2 | 0 | 0 | 0 | 100.00 | 1 | 0 | 1.02 | 0 | 1.02 | 0 | 0.97 | 0.03 | 0.9 | 0.09 |