<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hello Chao, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996930#M28509</link>
    <description>&lt;P&gt;Hello Chao,&lt;/P&gt;

&lt;P&gt;While using the default runme_hybrid_mic script to run linpack benchmark you can check the number of threads by either looking at the output or by using micsmc.&lt;/P&gt;

&lt;P&gt;Method 1: Looking at the output&lt;/P&gt;

&lt;P&gt;You can check the output file lin_mic.txt generated in the same directory you started the benchmark&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat lin_mic.txt | head
Wed Feb  4 10:14:16 PST 2015
Intel(R) Optimized LINPACK Benchmark data
 
Current date/time: Wed Feb  4 10:14:16 2015
 
CPU frequency:    1.238 GHz
Number of CPUs: 1                 //Number of host cpu
Number of cores: 244              //Number of hardware threads (61 cores * 4 threads/core) 
Number of threads: 244            
&lt;/PRE&gt;

&lt;P&gt;Method 2: Using micsmc&lt;/P&gt;

&lt;P&gt;1. Start your benchmark and then on another terminal launch 'micsmc' as follows:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;micsmc &amp;amp;&lt;/PRE&gt;

&lt;P&gt;Here if you change the display(view) mode to "Go to Core Histogram View" you will be able to see the real time core utilization on your coprocessor card as follows:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Coprocessor_Histogram_View.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7267i4FB4AB7A5EB07E7E/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Coprocessor_Histogram_View.JPG" alt="Coprocessor_Histogram_View.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2015 18:33:37 GMT</pubDate>
    <dc:creator>Sunny_G_Intel</dc:creator>
    <dc:date>2015-02-04T18:33:37Z</dc:date>
    <item>
      <title>Runing linpack with native mode</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996926#M28505</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I tried to run HPL with native mode, ( I am using the pre-compiled binaries and run script in MKL)&lt;/P&gt;

&lt;P&gt;I set OMP_NUM_THREADS and MKL_NUM_THREADS, but I only find one thread running on MIC&lt;/P&gt;

&lt;P&gt;Do you have any suggestion about it?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 07:38:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996926#M28505</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-03T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Hello Chao,</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996927#M28506</link>
      <description>&lt;P&gt;Hello Chao,&lt;/P&gt;

&lt;P&gt;Can you please let me know if you are trying to run the benchmark using the runme_hybrid_mic scripts provided with Intel® MKL? &amp;nbsp;What is the output of the following command on your coprocessor&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat /proc/cpuinfo|grep proc|wc -l&lt;/PRE&gt;

&lt;P&gt;Also when you say "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I only find one thread running on MIC", Are you getting this information from micsmc. If not, can you please let me know your method.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I would recommend going through the runme_hybrid_mic file provided with Intel® MKL (default -&amp;nbsp;&lt;/SPAN&gt;/opt/intel/mkl/benchmarks/mp_linpack/bin_intel/mic) to verify the steps for running HPL on coprocessor (i.e. if you have copied all the required coprocessor binaries to the coprocessor).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Let me know if you still have any problems running the benchmark on coprocessor.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 18:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996927#M28506</guid>
      <dc:creator>Sunny_G_Intel</dc:creator>
      <dc:date>2015-02-03T18:47:18Z</dc:date>
    </item>
    <item>
      <title>Hi Chao,</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996928#M28507</link>
      <description>&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;In case you were trying to run linpack (and not mp_linpack), you can do that using the following steps:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;//Assuming default installation
cd /opt/intel/mkl/benchmarks/linpack
scp *mic* mic0:/tmp/.

//Copy the copocessor openMP binaries  to /usr/lib64 or copy it it any directory on the coprocessor and modify the LD_LIBRARY_PATH
scp /opt/intel/composer_xe_2015.1.133/compiler/lib/mic/libiomp5* mic0:/usr/lib64/. 

ssh mic0
cd /tmp
./runme_mic&lt;/PRE&gt;

&lt;P&gt;If everything is correct, you should see this as part of the benchmark output&lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;P&gt;Number of cores: 244&lt;BR /&gt;
	Number of threads: 244&lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 18:59:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996928#M28507</guid>
      <dc:creator>Sunny_G_Intel</dc:creator>
      <dc:date>2015-02-03T18:59:45Z</dc:date>
    </item>
    <item>
      <title>Thank you, Sunny.</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996929#M28508</link>
      <description>&lt;P&gt;Thank you, Sunny.&lt;/P&gt;

&lt;P&gt;I use default runme_hybrid_mic to run the job.&lt;/P&gt;

&lt;P&gt;After the job start, I use "top" command to check the job status, I found there is only one xhpl_hybrid_mic thread, and the *CPU* usage is only 0.4%.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;For native run, which N and NB should I use?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Chao&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:40:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996929#M28508</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-04T08:40:45Z</dc:date>
    </item>
    <item>
      <title>Hello Chao,</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996930#M28509</link>
      <description>&lt;P&gt;Hello Chao,&lt;/P&gt;

&lt;P&gt;While using the default runme_hybrid_mic script to run linpack benchmark you can check the number of threads by either looking at the output or by using micsmc.&lt;/P&gt;

&lt;P&gt;Method 1: Looking at the output&lt;/P&gt;

&lt;P&gt;You can check the output file lin_mic.txt generated in the same directory you started the benchmark&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat lin_mic.txt | head
Wed Feb  4 10:14:16 PST 2015
Intel(R) Optimized LINPACK Benchmark data
 
Current date/time: Wed Feb  4 10:14:16 2015
 
CPU frequency:    1.238 GHz
Number of CPUs: 1                 //Number of host cpu
Number of cores: 244              //Number of hardware threads (61 cores * 4 threads/core) 
Number of threads: 244            
&lt;/PRE&gt;

&lt;P&gt;Method 2: Using micsmc&lt;/P&gt;

&lt;P&gt;1. Start your benchmark and then on another terminal launch 'micsmc' as follows:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;micsmc &amp;amp;&lt;/PRE&gt;

&lt;P&gt;Here if you change the display(view) mode to "Go to Core Histogram View" you will be able to see the real time core utilization on your coprocessor card as follows:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Coprocessor_Histogram_View.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7267i4FB4AB7A5EB07E7E/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Coprocessor_Histogram_View.JPG" alt="Coprocessor_Histogram_View.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 18:33:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996930#M28509</guid>
      <dc:creator>Sunny_G_Intel</dc:creator>
      <dc:date>2015-02-04T18:33:37Z</dc:date>
    </item>
    <item>
      <title>Hi, Sunny</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996931#M28510</link>
      <description>&lt;P&gt;Hi, Sunny&lt;/P&gt;

&lt;P&gt;There is no lin_mic.txt file, here is the micsmc shows:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="mic0.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7268iD24B4F9E799E851A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="mic0.JPG" alt="mic0.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I use the run script provided by MKL.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 01:30:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996931#M28510</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-05T01:30:28Z</dc:date>
    </item>
    <item>
      <title>Hi Chao,</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996932#M28511</link>
      <description>&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;As per your note earlier, It looks like you are trying to run multi node version of linpack (in mp_linpack directory) rather than single node openMP version(in linpack directory). The multinode version requires additional configuration as given in the runme_hybrid_mic script. Some of the important points to note from the script are:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;# USAGE NOTES: This script should be uploaded to MIC and executed there, NOT on host CPU.
# Before running this script on MIC, please upload/copy the following necessary files to MIC:
#
# 1. HPL input file     (scp HPL_hybrid.dat mic0:/tmp)
# 2. HPL binary for MIC (scp xhpl_hybrid_mic mic0:/tmp/xhpl_hybrid_mic)
# 3. OpenMP run-time library for MIC (libiomp5). Change the path set to LD_LIBRARY_PATH below accordingly.
# 4. mpiexec.hydra process manager and MPI run-time libraries (Please follow the instructions documented at &amp;lt;intel mpi installdir&amp;gt;/doc/ for installing Intel MPI on MIC)
&lt;/PRE&gt;

&lt;P&gt;So before running the multinode version, can you please run the single node version(runme_mic) from the directory- &amp;nbsp;/opt/intel/mkl/benchmarks/linpack ( default). I have listed steps to run linpack - native on a coprocessor in one of the notes above. Once you run the script runme_mic you can verify number of threads using micsmc or by looking at the output (lin_mic.txt).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 04:12:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996932#M28511</guid>
      <dc:creator>Sunny_G_Intel</dc:creator>
      <dc:date>2015-02-05T04:12:38Z</dc:date>
    </item>
    <item>
      <title>Thanks Sunny.</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996933#M28512</link>
      <description>&lt;P&gt;Thanks Sunny.&lt;/P&gt;

&lt;P&gt;But I only got 887Gflops with 7120p, any suggestion to improve it?&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;CPU frequency:    1.238 GHz
Number of CPUs: 1
Number of cores: 244
Number of threads: 244
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Performance Summary (GFlops)

Size   LDA    Align.  Average  Maximal
2048   2112   4       64.1158  91.1890
4096   6208   4       241.1838 256.7588
6144   6208   4       384.2308 397.0202
8192   8256   4       477.7925 482.2928
10240  10304  4       551.0781 563.5887
12288  12352  4       619.4961 621.5703
14336  14400  4       693.8810 701.4037
16384  18496  4       728.9239 732.7727
18432  18496  4       774.1562 779.4835
20480  20544  4       805.1722 810.5539
22528  22592  4       836.2796 839.8996
24576  26688  4       855.9451 859.7642
26624  26688  4       875.5359 877.2316
28672  28736  4       887.0325 887.5356&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Chao&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:06:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996933#M28512</guid>
      <dc:creator>Chao_M_</dc:creator>
      <dc:date>2015-02-05T07:06:18Z</dc:date>
    </item>
    <item>
      <title>The published results for the</title>
      <link>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996934#M28513</link>
      <description>&lt;P&gt;The published results for the Xeon Phi 7120P (http://www.intel.com/content/www/us/en/benchmarks/server/xeon-phi/xeon-phi-linpack-stream.html) use a problem size of N=43072.&amp;nbsp;&amp;nbsp; The results above are still clearly increasing with problem size, so you might want to continue with larger sizes to see if you can close the gap.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:59:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Runing-linpack-with-native-mode/m-p/996934#M28513</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2015-02-05T18:59:52Z</dc:date>
    </item>
  </channel>
</rss>

