<?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 Re: link error when complie the Intel Optimized MP LINPACK Benc in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/link-error-when-complie-the-Intel-Optimized-MP-LINPACK-Benchmark/m-p/896669#M2113</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/317627"&gt;chufall&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;STRONG&gt;-I/export/home/linpacktest/mp_linpack/include/em64t /opt/intel/mkl/10.0.3.020/include &lt;BR /&gt;&lt;BR /&gt;ipo: error #11021: OBJREAD Error: Could not create mapping for /opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;&lt;/STRONG&gt;Chu qiu&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Chu qiu,&lt;BR /&gt;&lt;BR /&gt;Thanks for your question.&lt;BR /&gt;This is very strange error message...&lt;BR /&gt;Have you missed -I before /opt/intel/mkl/10.0.3.020/include?&lt;BR /&gt;&lt;BR /&gt;I don't see any "-ipo" switches, so InterProcess Optimization should be used. Please check your command line options.&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
    <pubDate>Mon, 25 May 2009 14:12:21 GMT</pubDate>
    <dc:creator>Dmitry_K_Intel2</dc:creator>
    <dc:date>2009-05-25T14:12:21Z</dc:date>
    <item>
      <title>link error when complie the Intel Optimized MP LINPACK Benchmark for Clusters</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/link-error-when-complie-the-Intel-Optimized-MP-LINPACK-Benchmark/m-p/896668#M2112</link>
      <description>I have compiled the mp_linpack under the DELL M600 with Mellanox infiniband cards.&lt;BR /&gt;The version of intel compiler I have is 10.1.018 and the version of MKL is 10.0.3.020.&lt;BR /&gt;I use the mp_linpack package under the benchmarks of MKL,and I changed the arch file named Make.em64t of it&lt;BR /&gt;&lt;BR /&gt;The important environment variables are:&lt;BR /&gt;&lt;STRONG&gt;MPdir = /usr/mpi/intel/mvapich-1.1.0&lt;BR /&gt;MPinc = -I$(MPdir)/include&lt;BR /&gt;MPlib = $(MPdir)/lib/libmpich.a&lt;BR /&gt;&lt;BR /&gt;LAdir = /opt/intel/mkl/10.0.3.020/lib/em64t&lt;BR /&gt;LAinc = /opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;LAlib = $(LAdir)/libmkl_intel_lp64.a $(LAdir)/libmkl_sequential.a $(LAdir)/libmkl_core.a $(LAdir)/libguide.a -lguide -lpthread&lt;BR /&gt;&lt;BR /&gt;CC = $(MPdir)/bin/mpicc&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The /usr/mpi/intel/mvapich-1.1.0 package is setuped with the drivers provided by Mellanox.&lt;BR /&gt;&lt;BR /&gt;When the compiler runned the following line, some errors happened:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;/usr/mpi/intel/mvapich-1.1.0/bin/mpicc -DAdd__ -DF77_INTEGER=int -DStringSunStyle -DASYOUGO -I/export/home/linpacktest/mp_linpack/include &lt;BR /&gt;-I/export/home/linpacktest/mp_linpack/include/em64t /opt/intel/mkl/10.0.3.020/include &lt;BR /&gt;-I/usr/mpi/intel/mvapich-1.1.0/include -O3 -axP -w -nocompchk -static_mpi -nocompchk -i-static &lt;BR /&gt;-o /export/home/linpacktest/mp_linpack/bin/em64t/xhpl HPL_pddriver.o HPL_pdinfo.o HPL_pdtest.o &lt;BR /&gt;/export/home/linpacktest/mp_linpack/lib/em64t/libhpl.a /opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_intel_lp64.a &lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_sequential.a /opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_core.a &lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libguide.a -lguide -lpthread /usr/mpi/intel/mvapich-1.1.0/lib/libmpich.a&lt;BR /&gt;ipo: error #11021: OBJREAD Error: Could not create mapping for /opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;icc: error #10014: problem during multi-file optimization compilation (code 1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know how to fix it! Please do me a favor! &lt;BR /&gt;Thank you very much!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chu qiu</description>
      <pubDate>Sat, 23 May 2009 10:52:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/link-error-when-complie-the-Intel-Optimized-MP-LINPACK-Benchmark/m-p/896668#M2112</guid>
      <dc:creator>chufall</dc:creator>
      <dc:date>2009-05-23T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: link error when complie the Intel Optimized MP LINPACK Benc</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/link-error-when-complie-the-Intel-Optimized-MP-LINPACK-Benchmark/m-p/896669#M2113</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/317627"&gt;chufall&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;STRONG&gt;-I/export/home/linpacktest/mp_linpack/include/em64t /opt/intel/mkl/10.0.3.020/include &lt;BR /&gt;&lt;BR /&gt;ipo: error #11021: OBJREAD Error: Could not create mapping for /opt/intel/mkl/10.0.3.020/include&lt;BR /&gt;&lt;/STRONG&gt;Chu qiu&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Chu qiu,&lt;BR /&gt;&lt;BR /&gt;Thanks for your question.&lt;BR /&gt;This is very strange error message...&lt;BR /&gt;Have you missed -I before /opt/intel/mkl/10.0.3.020/include?&lt;BR /&gt;&lt;BR /&gt;I don't see any "-ipo" switches, so InterProcess Optimization should be used. Please check your command line options.&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 14:12:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/link-error-when-complie-the-Intel-Optimized-MP-LINPACK-Benchmark/m-p/896669#M2113</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2009-05-25T14:12:21Z</dc:date>
    </item>
  </channel>
</rss>

