Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 19.40 KB | None | 0 0
  1. [fg474admin@j-110 optane]$ ./compile-hsw-icc.sh
  2. rm -f -r .o .d
  3. rm -f sc-hsw-icc-no.bin sc-hsw-icc-no.bin.tar.gz
  4. icpc -MT .o/CSRGraph.o -MD -MP -MF  .d/CSRGraph.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/CSRGraph.o CSRGraph.cpp
  5. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  6. mv -f .d/CSRGraph.Td .d/CSRGraph.d
  7. icpc -MT .o/DataTableColMajor.o -MD -MP -MF  .d/DataTableColMajor.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/DataTableColMajor.o DataTableColMajor.cpp
  8. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  9. mv -f .d/DataTableColMajor.Td .d/DataTableColMajor.d
  10. icpc -MT .o/EdgeList.o -MD -MP -MF  .d/EdgeList.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/EdgeList.o EdgeList.cpp
  11. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  12. mv -f .d/EdgeList.Td .d/EdgeList.d
  13. icpc -MT .o/DivideTemplates.o -MD -MP -MF  .d/DivideTemplates.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/DivideTemplates.o DivideTemplates.cpp
  14. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  15. mv -f .d/DivideTemplates.Td .d/DivideTemplates.d
  16. icpc -MT .o/Helper.o -MD -MP -MF  .d/Helper.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/Helper.o Helper.cpp
  17. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  18. mv -f .d/Helper.Td .d/Helper.d
  19. icpc -MT .o/sc-main.o -MD -MP -MF  .d/sc-main.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/sc-main.o sc-main.cpp
  20. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  21. sc-main.cpp(93): warning #181: argument of type "int64_t={long}" is incompatible with format "%d", expecting argument of type "int"
  22.       printf("Finish build radix graph, vert: %d\n", radixG.num_nodes());
  23.                                                      ^
  24.  
  25. sc-main.cpp(632): warning #1478: function "mkl_scsrmm" (declared at line 82 of "/opt/intel/compilers_and_libraries_2019.0.117/linux/mkl/include/mkl_spblas.h") was declared deprecated
  26.       mkl_scsrmm(&transa, &m, &n, &k, &alpha, matdescra, csrVals, csrColIdx, csrRowIdx, &(csrRowIdx[1]), xMat, &k, &beta, yMat, &k);
  27.       ^
  28.  
  29. mv -f .d/sc-main.Td .d/sc-main.d
  30. icpc -MT .o/CountMat.o -MD -MP -MF  .d/CountMat.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/CountMat.o CountMat.cpp
  31. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  32. CountMat.cpp(317): warning #192: unrecognized character escape sequence
  33.       printf("spmv ratio %f\% \n", 100*(_spmvTime/totalCountTime));
  34.                            ^
  35.  
  36. CountMat.cpp(319): warning #192: unrecognized character escape sequence
  37.       printf("eMA ratio %f\% \n", 100*(_eMATime/totalCountTime));
  38.                           ^
  39.  
  40. CountMat.cpp(790): warning #192: unrecognized character escape sequence
  41.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  42.                                                                ^
  43.  
  44. CountMat.cpp(790): warning #192: unrecognized character escape sequence
  45.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  46.                                                                                           ^
  47.  
  48. CountMat.cpp(790): warning #269: invalid format string conversion
  49.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  50.                                                                                                                                                      ^
  51.  
  52. CountMat.cpp(1231): warning #192: unrecognized character escape sequence
  53.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  54.                                                                ^
  55.  
  56. CountMat.cpp(1231): warning #192: unrecognized character escape sequence
  57.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  58.                                                                                           ^
  59.  
  60. CountMat.cpp(1231): warning #269: invalid format string conversion
  61.       printf("Sub %d, counting time %f, Spmv time %f: ratio: %f\%,  Mul time %f: ratio: %f\% \n", subsId, subsTime, eltSpmv, 100*(eltSpmv/subsTime), eltMul, 100*(eltMul/subsTime));
  62.                                                                                                                                                      ^
  63.  
  64. mv -f .d/CountMat.Td .d/CountMat.d
  65. icpc -MT .o/IndexSys.o -MD -MP -MF  .d/IndexSys.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/IndexSys.o IndexSys.cpp
  66. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  67. mv -f .d/IndexSys.Td .d/IndexSys.d
  68. icpc -MT .o/Graph.o -MD -MP -MF  .d/Graph.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/Graph.o Graph.cpp
  69. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  70. Graph.cpp(142): warning #1011: missing return statement at end of non-void function "Graph::operator="
  71.   }
  72.   ^
  73.  
  74. mv -f .d/Graph.Td .d/Graph.d
  75. icpc -MT .o/./radix/pr.o -MD -MP -MF  .d/./radix/pr.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./radix/pr.o radix/pr.cpp
  76. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  77. mv -f .d/./radix/pr.Td .d/./radix/pr.d
  78. icpc -MT .o/./radix/copy_play.o -MD -MP -MF  .d/./radix/copy_play.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./radix/copy_play.o radix/copy_play.cpp
  79. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  80. mv -f .d/./radix/copy_play.Td .d/./radix/copy_play.d
  81. icpc -MT .o/./radix/commons/benchmark.o -MD -MP -MF  .d/./radix/commons/benchmark.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./radix/commons/benchmark.o radix/commons/benchmark.cpp
  82. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  83. mv -f .d/./radix/commons/benchmark.Td .d/./radix/commons/benchmark.d
  84. icpc -MT .o/./radix/commons/util.o -MD -MP -MF  .d/./radix/commons/util.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./radix/commons/util.o radix/commons/util.cpp
  85. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  86. mv -f .d/./radix/commons/util.Td .d/./radix/commons/util.d
  87. icpc -MT .o/./SpBLAS/nist_spblas.o -MD -MP -MF  .d/./SpBLAS/nist_spblas.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpBLAS/nist_spblas.o SpBLAS/nist_spblas.cpp
  88. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  89. mv -f .d/./SpBLAS/nist_spblas.Td .d/./SpBLAS/nist_spblas.d
  90. icpc -MT .o/./SpMP/LevelSchedule.o -MD -MP -MF  .d/./SpMP/LevelSchedule.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/LevelSchedule.o SpMP/LevelSchedule.cpp
  91. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  92. SpMP/LevelSchedule.cpp(409): warning #68: integer conversion resulted in a change of sign
  93.             if (__sync_fetch_and_add(nparents + succ, -1) == 1) {
  94.                                                       ^
  95.           detected during:
  96.             instantiation of "void SpMP::findLevels_(SpMP::LevelSchedule *, int, const int *, const int *, const int *, const int *, const SpMP::CostFunction &) [with BASE=0]" at line 818
  97.             instantiation of "void SpMP::constructTaskGraph_(SpMP::LevelSchedule *, int, const int *, const int *, const int *, const int *, const SpMP::CostFunction &) [with BASE=0]" at line 1771
  98.  
  99. mv -f .d/./SpMP/LevelSchedule.Td .d/./SpMP/LevelSchedule.d
  100. icpc -MT .o/./SpMP/gs_spmv_fused.o -MD -MP -MF  .d/./SpMP/gs_spmv_fused.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/gs_spmv_fused.o SpMP/gs_spmv_fused.cpp
  101. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  102. mv -f .d/./SpMP/gs_spmv_fused.Td .d/./SpMP/gs_spmv_fused.d
  103. icpc -MT .o/./SpMP/SymGS.o -MD -MP -MF  .d/./SpMP/SymGS.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/SymGS.o SpMP/SymGS.cpp
  104. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  105. mv -f .d/./SpMP/SymGS.Td .d/./SpMP/SymGS.d
  106. icpc -MT .o/./SpMP/Utils.o -MD -MP -MF  .d/./SpMP/Utils.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/Utils.o SpMP/Utils.cpp
  107. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  108. mv -f .d/./SpMP/Utils.Td .d/./SpMP/Utils.d
  109. icpc -MT .o/./SpMP/Laplacian.o -MD -MP -MF  .d/./SpMP/Laplacian.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/Laplacian.o SpMP/Laplacian.cpp
  110. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  111. mv -f .d/./SpMP/Laplacian.Td .d/./SpMP/Laplacian.d
  112. icpc -MT .o/./SpMP/SpMV.o -MD -MP -MF  .d/./SpMP/SpMV.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/SpMV.o SpMP/SpMV.cpp
  113. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  114. mv -f .d/./SpMP/SpMV.Td .d/./SpMP/SpMV.d
  115. icpc -MT .o/./SpMP/CSR.o -MD -MP -MF  .d/./SpMP/CSR.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/CSR.o SpMP/CSR.cpp
  116. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  117. mv -f .d/./SpMP/CSR.Td .d/./SpMP/CSR.d
  118. icpc -MT .o/./SpMP/Permute.o -MD -MP -MF  .d/./SpMP/Permute.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/Permute.o SpMP/Permute.cpp
  119. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  120. mv -f .d/./SpMP/Permute.Td .d/./SpMP/Permute.d
  121. icpc -MT .o/./SpMP/COO.o -MD -MP -MF  .d/./SpMP/COO.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/COO.o SpMP/COO.cpp
  122. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  123. mv -f .d/./SpMP/COO.Td .d/./SpMP/COO.d
  124. icpc -MT .o/./SpMP/PrefixSum.o -MD -MP -MF  .d/./SpMP/PrefixSum.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/PrefixSum.o SpMP/PrefixSum.cpp
  125. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  126. mv -f .d/./SpMP/PrefixSum.Td .d/./SpMP/PrefixSum.d
  127. icpc -MT .o/./SpMP/MemoryPool.o -MD -MP -MF  .d/./SpMP/MemoryPool.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/MemoryPool.o SpMP/MemoryPool.cpp
  128. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  129. mv -f .d/./SpMP/MemoryPool.Td .d/./SpMP/MemoryPool.d
  130. icpc -MT .o/./SpMP/Vector.o -MD -MP -MF  .d/./SpMP/Vector.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/Vector.o SpMP/Vector.cpp
  131. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  132. mv -f .d/./SpMP/Vector.Td .d/./SpMP/Vector.d
  133. icpc -MT .o/./SpMP/mm_io.o -MD -MP -MF  .d/./SpMP/mm_io.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/mm_io.o SpMP/mm_io.cpp
  134. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  135. mv -f .d/./SpMP/mm_io.Td .d/./SpMP/mm_io.d
  136. icpc -MT .o/./SpMP/reordering/ConnectedComponents.o -MD -MP -MF  .d/./SpMP/reordering/ConnectedComponents.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/reordering/ConnectedComponents.o SpMP/reordering/ConnectedComponents.cpp
  137. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  138. mv -f .d/./SpMP/reordering/ConnectedComponents.Td .d/./SpMP/reordering/ConnectedComponents.d
  139. icpc -MT .o/./SpMP/reordering/RCM.o -MD -MP -MF  .d/./SpMP/reordering/RCM.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/reordering/RCM.o SpMP/reordering/RCM.cpp
  140. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  141. mv -f .d/./SpMP/reordering/RCM.Td .d/./SpMP/reordering/RCM.d
  142. icpc -MT .o/./SpMP/reordering/BFSBipartite.o -MD -MP -MF  .d/./SpMP/reordering/BFSBipartite.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/reordering/BFSBipartite.o SpMP/reordering/BFSBipartite.cpp
  143. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  144. mv -f .d/./SpMP/reordering/BFSBipartite.Td .d/./SpMP/reordering/BFSBipartite.d
  145. icpc -MT .o/./SpMP/synk/barrier.o -MD -MP -MF  .d/./SpMP/synk/barrier.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/synk/barrier.o SpMP/synk/barrier.cpp
  146. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  147. mv -f .d/./SpMP/synk/barrier.Td .d/./SpMP/synk/barrier.d
  148. icpc -MT .o/./SpMP/synk/synk.o -MD -MP -MF  .d/./SpMP/synk/synk.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/synk/synk.o SpMP/synk/synk.cpp
  149. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  150. mv -f .d/./SpMP/synk/synk.Td .d/./SpMP/synk/synk.d
  151. icpc -MT .o/./SpMP/synk/loadimba.o -MD -MP -MF  .d/./SpMP/synk/loadimba.Td -std=c++11  -qopenmp    -xCORE-AVX2   -qopt-report=5  -I/opt/intel/mkl/include  -qopt-prefetch=3 -O3 -g -Wall -Wextra -pedantic -DVTUNE -DVERBOSE -DUSE_BLAS     -c -o .o/./SpMP/synk/loadimba.o SpMP/synk/loadimba.cpp
  152. icpc: remark #10397: optimization reports are generated in *.optrpt files in the output location
  153. In file included from SpMP/synk/loadimba.cpp(41):
  154. SpMP/synk/loadimba.hpp(61): warning #1125: function "synk::Synk::init(int)" is hidden by "synk::LoadImba::init" -- virtual function override intended?
  155.       void init(int tid, int numUses = 1);
  156.            ^
  157.  
  158. SpMP/synk/reduce.hpp(189): warning #191: type qualifier is meaningless on cast type
  159.               core->myRvals[i] = (volatile T)NULL;
  160.                                   ^
  161.           detected during instantiation of "synk::ReduceBarrier<T>::ReduceBarrier(int, int) [with T=uint64_t={unsigned long}]" at line 125 of "SpMP/synk/loadimba.cpp"
  162.  
  163. SpMP/synk/reduce.hpp(216): warning #191: type qualifier is meaningless on cast type
  164.                   pseudoCore->myRvals[i] = (volatile T)NULL;
  165.                                             ^
  166.           detected during instantiation of "synk::ReduceBarrier<T>::ReduceBarrier(int, int) [with T=uint64_t={unsigned long}]" at line 125 of "SpMP/synk/loadimba.cpp"
  167.  
  168. mv -f .d/./SpMP/synk/loadimba.Td .d/./SpMP/synk/loadimba.d
  169. icpc  -qopenmp  -L/opt/intel/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core  -o sc-hsw-icc-no.bin .o/CSRGraph.o .o/DataTableColMajor.o .o/EdgeList.o .o/DivideTemplates.o .o/Helper.o .o/sc-main.o .o/CountMat.o .o/IndexSys.o .o/Graph.o .o/./radix/pr.o .o/./radix/copy_play.o .o/./radix/commons/benchmark.o .o/./radix/commons/util.o .o/./SpBLAS/nist_spblas.o .o/./SpMP/LevelSchedule.o .o/./SpMP/gs_spmv_fused.o .o/./SpMP/SymGS.o .o/./SpMP/Utils.o .o/./SpMP/Laplacian.o .o/./SpMP/SpMV.o .o/./SpMP/CSR.o .o/./SpMP/Permute.o .o/./SpMP/COO.o .o/./SpMP/PrefixSum.o .o/./SpMP/MemoryPool.o .o/./SpMP/Vector.o .o/./SpMP/mm_io.o .o/./SpMP/reordering/ConnectedComponents.o .o/./SpMP/reordering/RCM.o .o/./SpMP/reordering/BFSBipartite.o .o/./SpMP/synk/barrier.o .o/./SpMP/synk/synk.o .o/./SpMP/synk/loadimba.o
  170. ld: /N/u/fg474admin/.linuxbrew/Cellar/gcc/5.5.0_4/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.5.0/../../..//libstdc++.so: undefined reference to `__cxa_thread_atexit_impl@GLIBC_2.18'
  171. make: *** [sc-hsw-icc-no.bin] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement