File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Dell XPS8900/Testing on Intel Core i7 CPU/CompilingCommands Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1010 * Source Codes
1111 * fox_floats_timer_caching_omp_fileIO_benchmark.c
1212 * serial_matrix_multiplication_benchmark.c
13+ * CompilingCommands
14+ * CompilerCommandForVisualStudio.sh
1315 * Trace Analyzer Test
1416 * Testing Source Codes and Executive files generated by the Intel Compiler
1517 * Files generated by Intel® Trace Analyzer
Original file line number Diff line number Diff line change 1+ mpiicc -O3 -xCORE-AVX2 -qopenmp -qopt-report-phase=vec -qopt-report=3 -g -debug all -trace fox_floats_timer_caching_omp_fileIO_benchmark.c -o fox_floats_timer_caching_omp_fileIO_benchmark
2+
3+ export VT_PCTRACE=on
4+ echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
5+
6+ mpirun -n -4 -trace ./fox_floats_timer_caching_omp
7+
8+ mpirun -n 4 -trace ./fox_floats_timer_caching_omp_fileIO_benchmark
9+
10+ mpiicc -O3 -xCORE-AVX2 -qopenmp -qopt-report-phase=vec -qopt-report=3 -g -debug all -trace fox_floats_timer_caching_omp_fileIO_benchmark.c -o fox_floats_timer_caching_omp_fileIO_benchmark
11+
12+ mpirun -n 4 -trace ./fox_floats_timer_caching_omp_fileIO_benchmark
13+
14+ mpirun -n 4 -trace ./fox_floats_timer_caching_omp_fileIO_benchmark > mpirun.2048.out
15+
16+ icc -O3 -xCORE-AVX2 -qopt-report-phase=vec -qopt-report=3 serial_matrix_multiplication_benchmark.c -o serial_matrix_multiplication_benchmark
17+
18+ ./serial_matrix_multiplication_benchmark > serial.2048.out
Original file line number Diff line number Diff line change 2121 * Fortran
2222 * [ Source Codes' Contents] ( https://github.com/yangyang14641/Parallel-Matrix-Multiplication-FOX-Algorithm/blob/master/Source%20Codes/CONTENTS.md )
23233 . ** Code Tests**
24- * Dell XPS8900
24+ * Dell XPS8900
2525 * Code Test on Dell XPS8900 Workstation (Intel® Core™ i7-6700K Processor)
2626 * Analyzing MPI Performance Using Intel Trace Analyzer
27- * PKU-HPC
27+ * PKU-HPC
2828 * Lenovo X8800 Supercomputer Platform
2929 * Code Performance Tests on X8800 Supercomputer Platform's CPU Node (Intel® Xeon® Processor E5-2697A v4)
3030 * Code Performance Tests on X8800 Supercomputer Platform's MIC Node (Intel® Xeon Phi™ Processor 7250)
You can’t perform that action at this time.
0 commit comments