<?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 i came across an article at in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934316#M4994</link>
    <description>i came across an article at Code Project(implementation with C Sharp) where they have mentioned a way  to implement parallel programming(multi threading interface) similar to OpenMp using anonymous delegates and using statements.is it the only way by which we can implement OpenMP style multithreading or we can use WinRT(Implementation with C Sharp) to get the same results.Or we can use the API directly to get access to C++ library(adding references...)
Thanks...</description>
    <pubDate>Wed, 24 Oct 2012 14:42:33 GMT</pubDate>
    <dc:creator>Abhishek81</dc:creator>
    <dc:date>2012-10-24T14:42:33Z</dc:date>
    <item>
      <title>OpenMP and ways to integrate it with .net 4.5</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934315#M4993</link>
      <description>&lt;P&gt;&lt;STRONG&gt;@Patrick The article for OpenMP was published.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2012 07:42:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934315#M4993</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-10-24T07:42:16Z</dc:date>
    </item>
    <item>
      <title>i came across an article at</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934316#M4994</link>
      <description>i came across an article at Code Project(implementation with C Sharp) where they have mentioned a way  to implement parallel programming(multi threading interface) similar to OpenMp using anonymous delegates and using statements.is it the only way by which we can implement OpenMP style multithreading or we can use WinRT(Implementation with C Sharp) to get the same results.Or we can use the API directly to get access to C++ library(adding references...)
Thanks...</description>
      <pubDate>Wed, 24 Oct 2012 14:42:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934316#M4994</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-10-24T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Patrick,Can we use Delegates</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934317#M4995</link>
      <description>Patrick,Can we use Delegates in C Sharp to implement OpenMP?</description>
      <pubDate>Mon, 29 Oct 2012 16:38:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934317#M4995</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-10-29T16:38:41Z</dc:date>
    </item>
    <item>
      <title>If I understand your question</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934318#M4996</link>
      <description>If I understand your question, I don't know why you ask on an Intel forum.  C# provides for "unmanaged" native code generated by a C++ compiler, which could include OpenMP or Cilk+.  As this hasn't gained much popularity on IA platforms, I wouldn't bet on anyone supporting it for the RT target.  Anyway, as a major purpose of the Intel software tools is to enhance the advantage of IA platforms, I can't see RT support happening here.</description>
      <pubDate>Fri, 02 Nov 2012 20:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934318#M4996</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-11-02T20:36:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Or we can use the API</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934319#M4997</link>
      <description>&amp;gt;&amp;gt;...Or we can use the API directly to get access to C++ library...

Could you specify more clearly: What API do you mean and which C++ library do you want to use?</description>
      <pubDate>Tue, 27 Nov 2012 14:50:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934319#M4997</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-27T14:50:14Z</dc:date>
    </item>
    <item>
      <title>@Sergey I am willing to make</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934320#M4998</link>
      <description>@Sergey I am willing to make an App for Ultrabook and I am fond of C #  and I came across that OpenMP have released a version 4.0.Now i am willing to use it making Desktop App that showcases the Multithreading usages as well as perform some simple microinstructions in a simple manner.Can anybody put an Insight how to use OpenMP(will it require some encapsulation).i am trying to use the OpenMP API as WinRT APIs are included.I am willing to experiment.Thanks for your reply.</description>
      <pubDate>Tue, 27 Nov 2012 15:20:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934320#M4998</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-11-27T15:20:52Z</dc:date>
    </item>
    <item>
      <title>Hi, Thanks for the</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934321#M4999</link>
      <description>Hi, Thanks for the explanations.

&amp;gt;&amp;gt;...Can anybody put an Insight how to use OpenMP(will it require some encapsulation).i am trying to use the OpenMP API as
&amp;gt;&amp;gt;WinRT APIs are included.I am willing to experiment.

I have a very limited experience with .NET and I think you need to implement:

- a pure C/C++ DLL that exposes some API, or
- a COM object as a DLL or Exe, or an ActiveX control as a DLL, that expose some COM-interface(s)

that uses some OpenMP functionality and then the component has to be used in a .NET application. There are NO any limitations here and you really need to try to implement some of these solutions.

Best regards,
Sergey</description>
      <pubDate>Wed, 28 Nov 2012 15:20:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934321#M4999</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-28T15:20:38Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Can we use Delegates in</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934322#M5000</link>
      <description>&amp;gt;&amp;gt;...Can we use Delegates in C Sharp to implement OpenMP?

Yes and you need to follow MSDN recommendations. Please take a look at:

&lt;STRONG&gt;C++ Language Reference&lt;/STRONG&gt; 'How to: Define and Use Delegates'</description>
      <pubDate>Wed, 28 Nov 2012 15:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934322#M5000</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-28T15:33:00Z</dc:date>
    </item>
    <item>
      <title>@Sergey:-</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934323#M5001</link>
      <description>@Sergey:-
I am trying different ways and i gues Cilk++ is the best solution now.Using the DLL and invoking either by P Invoke or including the dll in the form may work.I am experimenting soon i will post if i get a better solution.Any ways Thanks for your prompt reply.</description>
      <pubDate>Wed, 28 Nov 2012 15:53:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934323#M5001</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-11-28T15:53:03Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I am trying different</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934324#M5002</link>
      <description>&amp;gt;&amp;gt;...I am trying different ways and i gues Cilk++ is the best solution now...

That looks very interesting. I know that some companies are very surprized when they see very unusual ways of integration of their APIs, COM objects, etc.

Please take into account that OpenMP library implemented by Microsoft has some limitations and I post some details later.</description>
      <pubDate>Wed, 28 Nov 2012 16:07:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934324#M5002</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-28T16:07:20Z</dc:date>
    </item>
    <item>
      <title>@Sergev Yes I am trying.Today</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934325#M5003</link>
      <description>@Sergev Yes I am trying.Today i got an error while some experimentation,I tried using Cilk++ with Visual Studio 2010 ,while changing the *.CS file extension to *.CILK it doesnot work. I will try different ways and will update as soon i get anything positive.</description>
      <pubDate>Fri, 30 Nov 2012 17:48:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934325#M5003</guid>
      <dc:creator>Abhishek81</dc:creator>
      <dc:date>2012-11-30T17:48:35Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Please take into account</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934326#M5004</link>
      <description>&amp;gt;&amp;gt;...Please take into account that OpenMP library implemented by Microsoft has some limitations and I post some details later.

Forum topic: Couldn't create more than 64 OpenMP threads in a test application
Web-link: &lt;A href="http://software.intel.com/en-us/forums/topic/279487" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/279487&lt;/A&gt;

Forum topic: Relationship between number of threads in OpenMP application and memory used
Web-link: &lt;A href="http://software.intel.com/en-us/forums/topic/279381" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/279381&lt;/A&gt;

Forum topic: Is it possible to change a default priority of an OpenMP thread?
Web-link: &lt;A href="http://software.intel.com/en-us/forums/topic/279844" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/279844&lt;/A&gt;</description>
      <pubDate>Sun, 02 Dec 2012 00:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934326#M5004</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-02T00:08:40Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Please take into account</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934327#M5005</link>
      <description>&amp;gt;&amp;gt;...Please take into account that OpenMP library implemented by Microsoft has some limitations...

If you really want to push hard OpenMP you will need to use Intel OpenMP libraries ( included with many Intel software products, like Intel C++ compiler, Intel IPP library, Intel MKL, etc ). Take a look, please:

Forum topic: Stress testing of Intel OpenMP library - More than 18,600 OpenMP threads created in a parallel region
Web-link: &lt;A href="http://software.intel.com/en-us/forums/topic/278302" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/278302&lt;/A&gt;

Forum topic: Couldn't create more than 981 OpenMP threads with Intel(R) C++ Composer XE 12 Update 9 - RESOLVED - more than 18,607 threads created
Web-link: &lt;A href="http://software.intel.com/en-us/forums/topic/278385" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/278385&lt;/A&gt;

PS:
Related posts for review:

&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=105009&amp;amp;o=a&amp;amp;s=lr" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=105009&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;
&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=103375&amp;amp;o=a&amp;amp;s=lr" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=103375&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;
&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=104247&amp;amp;o=a&amp;amp;s=lr" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=104247&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;</description>
      <pubDate>Sun, 02 Dec 2012 00:39:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-and-ways-to-integrate-it-with-net-4-5/m-p/934327#M5005</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-02T00:39:37Z</dc:date>
    </item>
  </channel>
</rss>

