<?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: MPI Library for Windows Thread support level in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856667#M1555</link>
    <description>&lt;P&gt;Hi Sashi&lt;/P&gt;
&lt;P&gt;Linking directly to &lt;STRONG&gt;impimt.lib&lt;/STRONG&gt; would work as well. No need to use the command line if you're already using Visual Studio.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2009 19:14:58 GMT</pubDate>
    <dc:creator>Gergana_S_Intel</dc:creator>
    <dc:date>2009-07-13T19:14:58Z</dc:date>
    <item>
      <title>MPI Library for Windows Thread support level</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856664#M1552</link>
      <description>I am migrating an MPI application (currently in Linux, PowerPC platform) over to Intel Xeon platform with Windows 2008 server, and I hope to use the Intel MPI. I just downloaded the MPI Library kit (rev 3.2 update-1 for Windows), for eval, before we comit.&lt;BR /&gt;&lt;BR /&gt;I need to use the thread safe library, for Windows, at the MPI_THREAD_MULTIPLE level (..MPI_THREAD_FUNNELED is not enough for me). &lt;BR /&gt;&lt;BR /&gt;Is MPI_THREAD_MULTIPLE supported already in the thread-safe library version, and if so how do I get/do it ?&lt;BR /&gt;(...when I used the thread-safe library in my application, I could only getup toMPI_THREAD_FUNNELED level.)&lt;BR /&gt;&lt;BR /&gt;Appreciate a prompt response.&lt;BR /&gt;Thanks&lt;BR /&gt;Sashi Balasingam&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2009 18:20:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856664#M1552</guid>
      <dc:creator>sashibala</dc:creator>
      <dc:date>2009-07-13T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Library for Windows Thread support level</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856665#M1553</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/435393"&gt;sashibala&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;Is MPI_THREAD_MULTIPLE supported already in the thread-safe library version, and if so how do I get/do it ?&lt;BR /&gt;(...when I used the thread-safe library in my application, I could only getup toMPI_THREAD_FUNNELED level.)&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hi Sashi, welcome to the HPC forums!&lt;/P&gt;
&lt;P&gt;Yes, MPI_THREAD_MULTIPLE is supported by the Intel MPI Library. As noted in the Release Notes, the default level provided is MPI_THREAD_FUNNELED (due to performance reasons). In order to enable full thread safety, you need to link with the appropriate version of the library by selecting the &lt;STRONG&gt;-mt_mpi&lt;/STRONG&gt; option during the link stage, as follows:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;$ mpiicc -mt_mpi test.c -o test.exe&lt;/BLOCKQUOTE&gt;
&lt;P&gt;More details are available in the &lt;A href="http://software.intel.com/en-us/articles/intel-mpi-library-documentation/" target="_blank"&gt;Reference Manual for Windows*&lt;/A&gt;. Let us know if you hit any problems.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2009 18:37:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856665#M1553</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2009-07-13T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Library for Windows Thread support level</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856666#M1554</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/198675"&gt;Gergana Slavova (Intel)&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;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%; height: 0px;"&gt;Thanks Gergana for the prompt response.&lt;BR /&gt;&lt;BR /&gt;I am using MS Visual Studio to compile and link my project, with the linker using the 'impimt.lib'. Will this not work, or do I need to do it strictly from command line ?&lt;BR /&gt;&lt;BR /&gt;Sashi&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hi Sashi, welcome to the HPC forums!&lt;/P&gt;
&lt;P&gt;Yes, MPI_THREAD_MULTIPLE is supported by the Intel MPI Library. As noted in the Release Notes, the default level provided is MPI_THREAD_FUNNELED (due to performance reasons). In order to enable full thread safety, you need to link with the appropriate version of the library by selecting the &lt;STRONG&gt;-mt_mpi&lt;/STRONG&gt; option during the link stage, as follows:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;$ mpiicc -mt_mpi test.c -o test.exe&lt;/BLOCKQUOTE&gt;
&lt;P&gt;More details are available in the &lt;A href="http://software.intel.com/en-us/articles/intel-mpi-library-documentation/" target="_blank"&gt;Reference Manual for Windows*&lt;/A&gt;. Let us know if you hit any problems.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2009 19:04:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856666#M1554</guid>
      <dc:creator>sashibala</dc:creator>
      <dc:date>2009-07-13T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Library for Windows Thread support level</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856667#M1555</link>
      <description>&lt;P&gt;Hi Sashi&lt;/P&gt;
&lt;P&gt;Linking directly to &lt;STRONG&gt;impimt.lib&lt;/STRONG&gt; would work as well. No need to use the command line if you're already using Visual Studio.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2009 19:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Library-for-Windows-Thread-support-level/m-p/856667#M1555</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2009-07-13T19:14:58Z</dc:date>
    </item>
  </channel>
</rss>

