<?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 Issues for MPI library startup in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Issues-for-MPI-library-startup/m-p/947627#M18710</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 20:14:12 GMT</pubDate>
    <dc:creator>VIKRANT_G_</dc:creator>
    <dc:date>2014-03-14T20:14:12Z</dc:date>
    <item>
      <title>Issues for MPI library startup</title>
      <link>https://community.intel.com/t5/Software-Archive/Issues-for-MPI-library-startup/m-p/947627#M18710</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 20:14:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issues-for-MPI-library-startup/m-p/947627#M18710</guid>
      <dc:creator>VIKRANT_G_</dc:creator>
      <dc:date>2014-03-14T20:14:12Z</dc:date>
    </item>
    <item>
      <title>Copy of http://software.intel</title>
      <link>https://community.intel.com/t5/Software-Archive/Issues-for-MPI-library-startup/m-p/947628#M18711</link>
      <description>&lt;P&gt;Copy of&amp;nbsp;http://software.intel.com/en-us/forums/topic/507166&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 22:21:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issues-for-MPI-library-startup/m-p/947628#M18711</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-17T22:21:51Z</dc:date>
    </item>
  </channel>
</rss>

