<?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 Hi,  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947683#M18721</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Have you transferred the listed library files (libdat.so, libdat2.so.2, ... ) &amp;nbsp;to coprocessor? &amp;nbsp;Also, I think you will need to set the LD_LIBRARY_PATH on the coprocessor to point to these files.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2014 20:15:13 GMT</pubDate>
    <dc:creator>Sumedh_N_Intel</dc:creator>
    <dc:date>2014-03-17T20:15:13Z</dc:date>
    <item>
      <title>MPI startup fail</title>
      <link>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947682#M18720</link>
      <description>&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;hello&amp;nbsp;&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;I am running a MPI program which involves 5 ranks communicating with each other. The program runs fine when i run it on Xeon platform but when i put one of the process rank on MIC the program crashes giving me a segmentation fault&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;mpi version: intel Mpi, 4.1.1.036&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;This is how i am setting up the libraries and compiler settings for mic&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;export LD_LIBRARY_PATH=/opt/intel/composerxe/lib/mic:$LD_LIBRARY_PATH&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;export I_MPI_MIC=1&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;scp /opt/intel/impi/4.1.1.036/mic/bin/pmi_proxy mic0:/bin&lt;BR /&gt;
	scp /opt/intel/impi/4.1.1.036/mic/lib/* mic0:/lib64/.&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;and then i use the below run command:-&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;mpirun -genv I_MPI_DEBUG 5 -host localhost -n 1 FILE1 : -host mic0 -n 1 ~/FILE2 : -host localhost -n 1 FILE3 : -host localhost -n 1 FILE4: -host localhost -n 1 FILE5&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;This is the error/ MPI debug message i get&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;[0] MPI startup(): cannot open dynamic library libdat2.so.2&lt;BR /&gt;
	[4] MPI startup(): cannot open dynamic library libdat2.so.2&lt;BR /&gt;
	[2] MPI startup(): cannot open dynamic library libdat2.so.2&lt;BR /&gt;
	[3] MPI startup(): cannot open dynamic library libdat2.so.2&lt;BR /&gt;
	[4] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;
	[0] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;
	[2] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;
	[0] MPI startup(): cannot open dynamic library libdat.so.1&lt;BR /&gt;
	[4] MPI startup(): cannot open dynamic library libdat.so.1&lt;BR /&gt;
	[3] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;
	[2] MPI startup(): cannot open dynamic library libdat.so.1&lt;BR /&gt;
	[4] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;
	[0] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;
	[2] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;
	[3] MPI startup(): cannot open dynamic library libdat.so.1&lt;BR /&gt;
	[4] ERROR - load_iblibrary(): Can't open IB verbs library: libibverbs.so: cannot open shared object file: No such file or directory&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;[2] ERROR - load_iblibrary(): Can't open IB verbs library: libibverbs.so: cannot open shared object file: No such file or directory&lt;BR /&gt;
	[0] ERROR - load_iblibrary(): Can't open IB verbs library: libibverbs.so: cannot open shared object file: No such file or directory&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;[3] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;
	[3] ERROR - load_iblibrary(): Can't open IB verbs library: libibverbs.so: cannot open shared object file: No such file or directory&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;[1] MPI startup(): cannot open dynamic library libdat2.so.2&lt;BR /&gt;
	[1] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;
	[1] MPI startup(): cannot open dynamic library libdat.so.1&lt;BR /&gt;
	[1] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;
	[1] ERROR - load_iblibrary(): Can't open IB verbs library: libibverbs.so: cannot open shared object file: No such file or directory&lt;/P&gt;

&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;[3] MPI startup(): shm and tcp data transfer modes&lt;BR /&gt;
	[4] MPI startup(): shm and tcp data transfer modes&lt;BR /&gt;
	[2] MPI startup(): shm and tcp data transfer modes&lt;BR /&gt;
	[0] MPI startup(): shm and tcp data transfer modes&lt;BR /&gt;
	[1] MPI startup(): shm and tcp data transfer modes&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 19:03:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947682#M18720</guid>
      <dc:creator>VIKRANT_G_</dc:creator>
      <dc:date>2014-03-14T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947683#M18721</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Have you transferred the listed library files (libdat.so, libdat2.so.2, ... ) &amp;nbsp;to coprocessor? &amp;nbsp;Also, I think you will need to set the LD_LIBRARY_PATH on the coprocessor to point to these files.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 20:15:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947683#M18721</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-17T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Hi Vikrant,</title>
      <link>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947684#M18722</link>
      <description>&lt;P&gt;Hi Vikrant,&lt;/P&gt;

&lt;P&gt;Just curious, have you tried to download and run&amp;nbsp;your MPI program&amp;nbsp;directly in mic0 instead from host?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 23:47:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947684#M18722</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2014-03-17T23:47:42Z</dc:date>
    </item>
    <item>
      <title>hi Ioc-nguyen and Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947685#M18723</link>
      <description>&lt;P&gt;hi Ioc-nguyen and Sumedh,&lt;/P&gt;

&lt;P&gt;thanks for the inputs&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The program runs fine now, the error was due to the code itself, I changed the rank of the processes in the mpirun command but did not update it in the mpi_send and mpi_recv command&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 00:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPI-startup-fail/m-p/947685#M18723</guid>
      <dc:creator>VIKRANT_G_</dc:creator>
      <dc:date>2014-03-18T00:16:49Z</dc:date>
    </item>
  </channel>
</rss>

