<?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: Re:mpirun does not propagate LD_LIBRARY_PATH in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1266064#M7953</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Abhishek,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;problem solved. Stupied misstake in the installation. "s" bit on executables and libraries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for bothering you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 15:20:12 GMT</pubDate>
    <dc:creator>MichaelP1</dc:creator>
    <dc:date>2021-03-19T15:20:12Z</dc:date>
    <item>
      <title>mpirun does not propagate LD_LIBRARY_PATH</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264538#M7914</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;with MPI 2021.1 I have the problem that mpirun does not propate the LD_LIBRARY_PATH variable. With 2019.6 and 2018.5 I have no problems.&lt;/P&gt;
&lt;P&gt;If I use -genv to propagte a variable e.g. called&amp;nbsp;LD_LIBRARY_PATH_1, it works. But&amp;nbsp;LD_LIBRARY_PATH is not available.&lt;/P&gt;
&lt;P&gt;I tested on RHEL7 and sles12. Same problem.&lt;/P&gt;
&lt;P&gt;Any idea what the problem could be?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 20:25:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264538#M7914</guid>
      <dc:creator>MichaelP1</dc:creator>
      <dc:date>2021-03-15T20:25:56Z</dc:date>
    </item>
    <item>
      <title>Re:mpirun does not propagate LD_LIBRARY_PATH</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264789#M7921</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Please give us more details on your issue, also please give us a small reproducer so as to get more insight into your issue. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2021 12:58:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264789#M7921</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-03-16T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mpirun does not propagate LD_LIBRARY_PATH</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264815#M7924</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;
&lt;P&gt;it did not work with my application, so I tried to make the example as simple as possible:&lt;BR /&gt;(Intel MPI environment set, machinefile with host1:1 + host2:1)&lt;/P&gt;
&lt;P&gt;to be sure LD_LIBRARY_PATH is set:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; echo $LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;/share/its/MPI_INSTALLATION/intel_mpi_2021.1/mpi/2021.1.1/lib/release:/share/its/MPI_INSTALLATION/intel_mpi_2021.1/mpi/2021.1.1/lib&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;mpirun -machinefile machinefile -n 2 -genv LD_LIBRARY_PATH=$LD_LIBRARY_PATH env &amp;gt; env.txt&lt;/P&gt;
&lt;P&gt;There is no LD_LIBRARY_PATH in env.txt (but of course many other variables)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;mpirun -machinefile machinefile -n 2 -genv LD_LIBRARY_PATH1=$LD_LIBRARY_PATH env &amp;gt; env.txt&lt;/P&gt;
&lt;P&gt;Now I find the variable&amp;nbsp;LD_LIBRARY_PATH1 in the env.txt. All other variables seem to work but not LD_LIBRARY_PATH.&lt;/P&gt;
&lt;P&gt;If I try setting e.g.&amp;nbsp;LD_LIBRARY_PATH1 before in the shell that works as well and is evn propagated without explicitly naming it with -genv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that help? Do you need more information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 14:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1264815#M7924</guid>
      <dc:creator>MichaelP1</dc:creator>
      <dc:date>2021-03-16T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re:mpirun does not propagate LD_LIBRARY_PATH</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1265149#M7931</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the details, it will definitely help us to try resolving your issue.&lt;/P&gt;&lt;P&gt;We are looking into this issue and will get back to you as soon as we get any updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2021 12:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1265149#M7931</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-03-17T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mpirun does not propagate LD_LIBRARY_PATH</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1266064#M7953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Abhishek,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;problem solved. Stupied misstake in the installation. "s" bit on executables and libraries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for bothering you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpirun-does-not-propagate-LD-LIBRARY-PATH/m-p/1266064#M7953</guid>
      <dc:creator>MichaelP1</dc:creator>
      <dc:date>2021-03-19T15:20:12Z</dc:date>
    </item>
  </channel>
</rss>

