Skip to content

Commit cf8fb99

Browse files
committed
Add CompilingCpmmands in the repository
1 parent 7d2bc6e commit cf8fb99

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Code Tests/CONTENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
* Fortran
2222
* [Source Codes' Contents](https://github.com/yangyang14641/Parallel-Matrix-Multiplication-FOX-Algorithm/blob/master/Source%20Codes/CONTENTS.md)
2323
3. **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)

0 commit comments

Comments
 (0)